Charting for WinForms Programmer's Guide
IGraphics.ClipBounds Property
See Also
 






Gets a .NET RectangleF structure that bounds the clipping region of this IGraphics object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

RectangleF ClipBounds { get; }

Visual Basic  Copy Code

ReadOnly Property ClipBounds As RectangleF

 Property Value

This property indicates a .NET RectangleF structure that represents a bounding rectangle for the clipping region of this IGraphics object.

 See Also

IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace