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