ASP.NET Pack Programmer's Guide
IGraphics.Clip Property
See Also
 





Gets or sets a .NET Region object that limits the drawing region of this IGraphics object.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

Region Clip { get; set; }

Visual Basic  Copy Code

Property Clip As Region

 Property Value

This property specifies a .NET Region object that limits the portion of this IGraphics object that is currently available for drawing.

 See Also

IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace