public Pen(
Brush brush,
float width = 1f
)Public Sub New (
brush As Brush,
Optional width As Single = 1F
)public:
Pen(
Brush^ brush,
float width = 1f
)new :
brush : Brush *
?width : float32
(* Defaults:
let _width = defaultArg width 1f
*)
-> PenA width of 1/64 or less is not visible. If FastThinLines is and AntiAliasing is , then a width less than 1/4 is not visible.
| ArgumentNullException | brush is . |
| ArgumentOutOfRangeException | width is not greater than 0. |