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