WebPlanner Programmer's Guide

IGraphics.SetClip Method (GraphicsPath)

See Also
 


Sets the clipping region of this IGraphics object to the specified .NET GraphicsPath object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public abstract void SetClip (
    GraphicsPath path
)

Visual Basic  Copy Code

Public MustOverride Sub SetClip ( _
    path As GraphicsPath _
)

 Parameters

path
A .NET GraphicsPath object that represents the new clip region.

 See Also