C# Class ImageMagick.DrawableStrokePatternUrl

Sets the pattern used for stroking object outlines. Only local URLs("#identifier") are supported at this time. These local URLs are normally created by defining a named stroke pattern with DrawablePushPattern/DrawablePopPattern.
Inheritance: IDrawable
Afficher le fichier Open project: dlemstra/Magick.NET

Private Properties

Свойство Type Description
DrawableStrokePatternUrl System.Diagnostics.CodeAnalysis

Méthodes publiques

Méthode Description
IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Private Methods

Méthode Description
DrawableStrokePatternUrl ( string url ) : System.Diagnostics.CodeAnalysis

Method Details

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