Charting for WinForms Programmer's Guide
GdiGraphics.VisibleClipBounds Property
See Also
 






Gets the bounding rectangle of the visible clipping region of this GdiGraphics object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual RectangleF VisibleClipBounds { get; }

Visual Basic  Copy Code

Public Overridable ReadOnly Property VisibleClipBounds As RectangleF

 Property Value

A .NET RectangleF structure that represents a bounding rectangle for the visible clipping region of this GdiGraphics object.

 See Also

GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace