Search
IGraphics.ClipImage Method (IImage, IGraphicsPath)
See Also
 





Applies a clipping path to an image.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

IImage ClipImage (
    IImage sourceImage,
    IGraphicsPath clip
)

Visual Basic  Copy Code

Function ClipImage( _
    sourceImage As IImage, _
    clip As IGraphicsPath _
) As IImage

 Parameters

sourceImage

The image to clip.

clip

The path used for the clip.

 Return Value

The clipped image.

 See Also