[]
Converts the inch values to device values using dpi settings.
protected SizeF InchesToDevice(SizeF value)
| Type | Name | Description |
|---|---|---|
| SizeF | value | The values. |
| Type | Description |
|---|---|
| SizeF | Returns the converted value. |
Converts the inch values to device values using dpi settings.
protected PointF InchesToDevice(PointF value)
| Type | Name | Description |
|---|---|---|
| PointF | value | The values. |
| Type | Description |
|---|---|
| PointF | Returns the converted value. |
Converts inch rectangle values to device values using dpi settings.
protected RectangleF InchesToDevice(RectangleF value)
| Type | Name | Description |
|---|---|---|
| RectangleF | value | The rectangle. |
| Type | Description |
|---|---|
| RectangleF | Returns the converted rectangle. |