Click or drag to resize

IHandler Properties

The GraphicsIHandler type exposes the following members.

Properties
  NameDescription
Public propertyAntiAlias
Gets or sets a value indicating that drawing operations will use antialiasing
Public propertyClipBounds
Gets the bounds of the clipping region
Public propertyCurrentTransform
Gets a copy of the current transform.
Public propertyImageInterpolation
Gets or sets the interpolation mode for drawing images
Public propertyIsRetained
Gets a value indicating the graphics sub-system is a retained system (e.g. WPF)
Public propertyPixelOffsetMode
Gets or sets the pixel offset mode for draw operations
Public propertyPointsPerPixel
Gets the scale of points to pixels. Multiply by desired pixel size to get point value (e.g. for font sizes)
Top
See Also