Search
Pen.setWidth Method
See Also
 






Sets what the width of the lines drawn with this pen should be.

Namespace: com.mindfusion.drawing
File: com.mindfusion.drawing

 Syntax

Java  Copy Code

public void setWidth (
    double value
)

 Parameters

value

A double value representing the pen width.

 See Also