Class PaintEventArgs
Inheritance
System.Object
PaintEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability.Substitutes
Assembly: CADability.dll
Syntax
public class PaintEventArgs
Properties
| Improve this Doc View SourceClipRectangle
Declaration
public Rectangle ClipRectangle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Rectangle |
Graphics
Declaration
public Graphics Graphics { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Graphics |