ToDips(Point2D,Single,Single) Method
In This Topic
Converts a point from pixels to DIPs.
Syntax
'Declaration
Public Overloads Shared Function ToDips( _
ByVal As Point2D, _
ByVal As System.Single, _
ByVal As System.Single _
) As Point2D
public static Point2D ToDips(
Point2D ,
System.float ,
System.float
)
Parameters
- pt
- dpiX
- dpiY
See Also