C# Class ImageMagick.DrawableClipPath

Associates a named clipping path with the image. Only the areas drawn on by the clipping path will be modified as ssize_t as it remains in effect.
Inheritance: IDrawable
Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes publiques

Méthode Description
DrawableClipPath ( string clipPath )

Initializes a new instance of the DrawableClipPath class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableClipPath() public méthode

Initializes a new instance of the DrawableClipPath class.
public DrawableClipPath ( string clipPath )
clipPath string The ID of the clip path.

IDrawable() public méthode

Draws this instance with the drawing wand.
public IDrawable ( IDrawingWand wand ) : void
wand IDrawingWand The want to draw on.
Résultat void