Table of Contents

Property Size

Namespace
LMKit.Graphics.Drawing
Assembly
LM-Kit.NET.dll

Size

Gets the thickness of the pen, expressed in device-independent units. Must be greater than zero.

public double Size { get; }

Property Value

double

Examples

var pen = new Pen(new Color32(0, 0, 0), 2.5);
double thickness = pen.Size; // 2.5