Gets or sets a .NET Region object that limits the drawing region of this GdiGraphics object.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public virtual Region Clip { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Overridable Property Clip As Region |
This property specifies a .NET Region object that limits the portion of this GdiGraphics object that is currently available for drawing.
See Also