Table of Contents

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
IDrawableFontPointSize
IDrawable
Inherited Members

Constructors

DrawableFontPointSize(double)

Initializes a new instance of the DrawableFontPointSize class.

public DrawableFontPointSize(double pointSize)

Parameters

pointSize double

The point size.

Properties

PointSize

Gets or sets the point size.

public double PointSize { get; set; }

Property Value

double