Initializes a new instance of the Pen class. Instances of the Pen class created using this constructor are currently not serialised.
Namespace: com.mindfusion.drawing
Assembly: com.mindfusion.drawing
SyntaxJava
Copy Code
|
|---|
public Pen ( |
A Brush object representing the pen color.
A double value representing the pen width.
See Also