Click or drag to resize
DrawingWindowGetPenThickness Method
Returns the current pen thickness (2 * radius), or the line width

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public double GetPenThickness()

Return Value

Type: Double
the current value of the pen thickness
See Also