[]
Converts points to pixels.
public static double ToPixels(double points)
| Type | Name | Description |
|---|---|---|
| double | points | Measurement in points. |
| Type | Description |
|---|---|
| double | Measurement in pixels. |
Converts points to pixels.
public static SizeF ToPixels(SizeF szPoints)
| Type | Name | Description |
|---|---|---|
| SizeF | szPoints | The size in points. |
| Type | Description |
|---|---|
| SizeF | The size in pixels. |
Converts points to pixels.
public static RectangleF ToPixels(RectangleF rcPoints)
| Type | Name | Description |
|---|---|---|
| RectangleF | rcPoints | The rectangle in points. |
| Type | Description |
|---|---|
| RectangleF | The rectangle in pixels. |