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

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

Parameters

rc
dpiX
dpiY
See Also

Reference

RectF Structure
RectF Members
Overload List