Class DrawableTextEncoding
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Encapsulation of the DrawableTextEncoding object.
public sealed class DrawableTextEncoding : IDrawableTextEncoding, IDrawable
- Inheritance
-
DrawableTextEncoding
- Implements
-
IDrawableTextEncodingIDrawable
- Inherited Members
Constructors
DrawableTextEncoding(Encoding)
Initializes a new instance of the DrawableTextEncoding class.
public DrawableTextEncoding(Encoding encoding)
Parameters
encoding
EncodingEncoding to use.
Properties
Encoding
Gets or sets the encoding of the text.
public Encoding Encoding { get; set; }