WebPlanner Programmer's Guide

IGraphics.VisibleClipBounds Property

See Also
 


Gets or sets the bounding rectangle of the visible clipping region of this IGraphics object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public abstract RectangleF VisibleClipBounds { get; }

Visual Basic  Copy Code

Public MustOverride ReadOnly Property VisibleClipBounds As RectangleF

 Property Value

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

 See Also