ComponentOne Bitmap for UWP
ToDips(Point2F,Single,Single) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Point2F Structure > ToDips Method : ToDips(Point2F,Single,Single) Method
Converts a point from pixels to DIPs.
Syntax
'Declaration
 
Public Overloads Shared Function ToDips( _
   ByVal pt As Point2F, _
   ByVal dpiX As System.Single, _
   ByVal dpiY As System.Single _
) As Point2F
public static Point2F ToDips( 
   Point2F pt,
   System.float dpiX,
   System.float dpiY
)

Parameters

pt
dpiX
dpiY
See Also

Reference

Point2F Structure
Point2F Members
Overload List