Graphics Properties |
The Graphics type exposes the following members.
Name | Description | |
---|---|---|
![]() | AntiAlias |
Gets or sets a value indicating that drawing operations will use anti-aliasing
|
![]() | ClipBounds |
Gets the bounds of the clipping region
|
![]() | CurrentTransform |
Gets a copy of the current transform.
|
![]() | DPI |
Gets the dots per inch of the current graphics context. Usually 96 for windows and 72 for other systems
|
![]() | ImageInterpolation |
Gets or sets the interpolation mode for drawing images
|
![]() | IsRetained |
Gets a value indicating the graphics sub-system is a retained system (e.g. WPF)
|
![]() | PixelOffsetMode |
Gets or sets the pixel offset mode for draw operations
|
![]() | PixelsPerPoint |
Gets the scale of points to pixels. Multiply by point value to get pixel size
|
![]() | PointsPerPixel |
Gets the scale of points per pixel. Multiply by pixel size to get point value (e.g. to set font size in pixels).
|