Class DrawablesFactory
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Class that can be used to create ImageMagick.IMagickColor<> instances.
public sealed class DrawablesFactory : IDrawablesFactory<ushort>
- Inheritance
-
DrawablesFactory
- Implements
-
IDrawablesFactory<ushort>
- Inherited Members
Constructors
DrawablesFactory()
public DrawablesFactory()
Methods
Create()
Initializes a new instance that implements ImageMagick.IDrawables<>.
public IDrawables<ushort> Create()
Returns
- IDrawables<ushort>
A new ImageMagick.IDrawables<> instance.