Sets the clipping region of this IGraphics object to the specified IGraphicsPath object.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
void SetClip ( |
Visual Basic
Copy Code
|
|---|
Sub SetClip( _ |
An IGraphicsPath object that represents the new clip region.
See Also