Table of Contents

Class DrawablesFactory

Namespace
ImageMagick
Assembly
Magick.NET-Q8-AnyCPU.dll

Class that can be used to create ImageMagick.IMagickColor<> instances.

public sealed class DrawablesFactory : IDrawablesFactory<byte>
Inheritance
DrawablesFactory
Implements
IDrawablesFactory<byte>
Inherited Members

Constructors

DrawablesFactory()

public DrawablesFactory()

Methods

Create()

Initializes a new instance that implements ImageMagick.IDrawables<>.

public IDrawables<byte> Create()

Returns

IDrawables<byte>

A new ImageMagick.IDrawables<> instance.