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