[]
Converts a rectangle from pixels to DIPs.
public static RectD ToDips(RectD rc, float dpiX, float dpiY)
Type | Name | Description |
---|---|---|
RectD | rc | |
float | dpiX | |
float | dpiY |
Type | Description |
---|---|
RectD |
Converts a rectangle from pixels to DIPs.
public void ToDips(float dpiX, float dpiY)
Type | Name | Description |
---|---|---|
float | dpiX | |
float | dpiY |