Gets or sets a .NET Region object that limits the drawing region of this IGraphics object. Namespace: MindFusion.Drawing
|
C#
![]() |
---|
public abstract Region Clip { get; set; } |
Visual Basic
![]() |
---|
Public MustOverride Property Clip As Region |
This property specifies a .NET Region object that limits the portion of this IGraphics object that is currently available for drawing.