[]
        
(Showing Draft Content)

C1.Util.DX.RectF.FromDips

FromDips Method

FromDips(RectF, float, float)

Converts a rectangle from DIPs to pixels.

Declaration
public static RectF FromDips(RectF rc, float dpiX, float dpiY)
Parameters
Type Name Description
RectF rc
float dpiX
float dpiY
Returns
Type Description
RectF

FromDips(float, float)

Converts a rectangle from DIPs to pixels.

Declaration
public void FromDips(float dpiX, float dpiY)
Parameters
Type Name Description
float dpiX
float dpiY