C# Class ImageMagick.DrawableFillPatternUrl

Sets the URL to use as a fill pattern for filling objects. Only local URLs("#identifier") are supported at this time. These local URLs are normally created by defining a named fill pattern with DrawablePushPattern/DrawablePopPattern.
Inheritance: IDrawable
Show file Open project: dlemstra/Magick.NET

Private Properties

Property Type Description
DrawableFillPatternUrl System.Diagnostics.CodeAnalysis

Public Methods

Method Description
IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Private Methods

Method Description
DrawableFillPatternUrl ( 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