Click or drag to resize

PaintArgs Class

Provides data for paint events.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Common
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class PaintArgs : EventArgs

The PaintArgs type exposes the following members.

Properties
  NameDescription
Public propertyClipRectangle
Gets the rectangle in which to paint.
Public propertyDrawAction
Gets the action which used to paint.
Public propertyGraphics
Gets the graphics used to paint.
Public propertyOnceNoClip
Gets the graphics used to paint.
Public propertyPerformLayout
Gets or sets if the layout should be performed.
Public propertyPhysicalBounds
Coordinate range of the output device. For example, the margin of a Control, margin of the print sheet, margin of the exported bitmap.
Public propertyPrintPageEventArgs
Provides data for the PrintPage event.
Public propertyScaledPhysicalBounds
Coordinate range of the scaled output device.
Top
See Also