Class DrawableFillPatternUrl
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
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.
public sealed class DrawableFillPatternUrl : IDrawableFillPatternUrl, IDrawable
- Inheritance
-
DrawableFillPatternUrl
- Implements
-
IDrawableFillPatternUrlIDrawable
- Inherited Members
Constructors
DrawableFillPatternUrl(string)
Initializes a new instance of the DrawableFillPatternUrl class.
public DrawableFillPatternUrl(string url)
Parameters
url
stringUrl specifying pattern ID (e.g. "#pattern_id").
Properties
Url
Gets or sets the url specifying pattern ID (e.g. "#pattern_id").
public string Url { get; set; }