Initializes a new instance of the Pen class. Instances of the Pen class created using this constructor are currently not serialized.
Namespace: com.mindfusion.drawingPackage: com.mindfusion.drawing
public Pen ( Brush brush, double width, DashStyle dashStyle)
A Brush object representing the pen color.
A double value representing the pen width.
A DashStyle object representing the pen's dash pattern.
Pen Constructor Overload ListPen Classcom.mindfusion.drawing Namespace