Class DrawableFontPointSize
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Sets the font pointsize to use when annotating with text.
public sealed class DrawableFontPointSize : IDrawableFontPointSize, IDrawable
- Inheritance
-
DrawableFontPointSize
- Implements
-
IDrawableFontPointSizeIDrawable
- Inherited Members
Constructors
DrawableFontPointSize(double)
Initializes a new instance of the DrawableFontPointSize class.
public DrawableFontPointSize(double pointSize)
Parameters
pointSize
doubleThe point size.
Properties
PointSize
Gets or sets the point size.
public double PointSize { get; set; }