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

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

Parameters

rc
dpiX
dpiY
See Also

Reference

RectD Structure
RectD Members
Overload List