Search
GdiGraphics.SetClip Method (IGraphics)
See Also
 





Sets the clipping region of this GdiGraphics object to the Clip property of the specified IGraphics object.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void SetClip (
    IGraphics g
)

Visual Basic  Copy Code

Public Overridable Sub SetClip( _
    g As IGraphics _
)

 Parameters

g
An IGraphics object from which to take the new clip region.

 See Also