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