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
Show file Open project: dlemstra/Magick.NET

Private Properties

Property Type Description
DrawableStrokePatternUrl System.Diagnostics.CodeAnalysis

Public Methods

Method Description
IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Private Methods

Method Description
DrawableStrokePatternUrl ( string url ) : System.Diagnostics.CodeAnalysis

Method Details

IDrawable() public method

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