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






Applies a clipping path to an image.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

Task<ImageSource> ClipImage (
    ImageSource sourceImage,
    IGraphicsPath clip
)

Visual Basic  Copy Code

Function ClipImage( _
    sourceImage As ImageSource, _
    clip As IGraphicsPath _
) As Task(Of ImageSource)

 Parameters

sourceImage

The image to clip.

clip

The path used for the clip.

 Return Value

The clipped image.

 See Also