Click or drag to resize

PaintArgs Class

Provides data for paint events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Easymap.AddIn.CommonPaintArgs

Namespace: Easymap.AddIn.Common
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.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