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

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

Parameters

rc
dpiX
dpiY
See Also

Reference

RectF Structure
RectF Members
Overload List