Click or drag to resize
DrawingWindowSetPenThickness Method
Overload List
  NameDescription
Public methodSetPenThickness
Sets the pen size to the default size (2 Dpi). The pen is circular, so that lines have rounded ends. When you draw a point, you get a circle.
Public methodSetPenThickness(Double)
Sets the pen size or line width to the desired size. The pen is circular, so that lines have rounded ends. When you draw a point, you get a circle.
Top
See Also