Search
GdiGraphics.SetClip Method (RectangleF)
See Also
 





Sets the clipping region of this GdiGraphics object to the rectangle specified by a RectangleF structure.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void SetClip (
    RectangleF rect
)

Visual Basic  Copy Code

Public Overridable Sub SetClip( _
    rect As RectangleF _
)

 Parameters

rect
A .NET RectangleF structure that represents the new clip region.

 See Also