GStateSetLineWidth Method |
Sets the thickness of the line used to stroke a path.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetLineWidth(
double width
)
Public Sub SetLineWidth (
width As Double
)
public:
virtual void SetLineWidth(
[InAttribute] double width
) sealed
function SetLineWidth(width);
Parameters
- width
- Type: SystemDouble
a non-negative number expressed in user space units.
A line width of 0 denotes the thinnest line that can be rendered at device
resolution: 1 device pixel wide.
See Also