Search
Pen.getEffectiveWidth Method
See Also
 






Gets the effective width of the lines drawn with this pen once it has been applied to a Graphics2D object.

Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  Copy Code

public double getEffectiveWidth (
    Graphics2D g2d
)

 Parameters

g2d

 Return Value

A double value representing the effective pen width.

 See Also