Show / Hide Table of Contents

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 Source

ClipRectangle

Declaration
public Rectangle ClipRectangle { get; set; }
Property Value
Type Description
System.Drawing.Rectangle
| Improve this Doc View Source

Graphics

Declaration
public Graphics Graphics { get; set; }
Property Value
Type Description
System.Drawing.Graphics
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX