ASP.NET Pack Programmer's Guide
IGraphics.SetClip Method (IGraphics)
See Also
 





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

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public abstract void SetClip (
    IGraphics g
)

Visual Basic  Copy Code

Public MustOverride Sub SetClip ( _
    g As IGraphics _
)

 Parameters

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

 See Also

SetClip Method Overload List
IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace