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
Afficher le fichier Open project: dlemstra/Magick.NET

Private Properties

Свойство Type Description
DrawableFillPatternUrl 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
DrawableFillPatternUrl ( 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