[]
Converts a rectangle from pixels to DIPs.
public static RectF ToDips(RectF rc, float dpiX, float dpiY)
Public Shared Function ToDips(rc As RectF, dpiX As Single, dpiY As Single) As RectF
| 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)
Public Sub ToDips(dpiX As Single, dpiY As Single)
| Type | Name | Description |
|---|---|---|
| float | dpiX | |
| float | dpiY |