MindFusion.Charting for WebForms Programmer's Guide
GdiGraphics.ClipBounds Property
See Also
 



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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual RectangleF ClipBounds { get; }

Visual Basic  Copy Code

Public Overridable 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 GdiGraphics object.

 See Also

GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace