[]
        
(Showing Draft Content)

C1.Util.DX.RectD.FromDips

FromDips Method

FromDips(RectD, float, float)

Converts a rectangle from DIPs to pixels.

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

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