[]
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 Size ToPixels(Size szPoints)
Type | Name | Description |
---|---|---|
Size | szPoints | The size in points. |
Type | Description |
---|---|
Size | The size in pixels. |
Converts points to pixels.
public static Rect ToPixels(Rect rcPoints)
Type | Name | Description |
---|---|---|
Rect | rcPoints | The rectangle in points. |
Type | Description |
---|---|
Rect | The rectangle in pixels. |