GeometryHandlerOnSetLineWidth Method |
Represents a request to set the line characteristics of subsequent shapes
Namespace:
Atalasoft.Imaging.Codec.CadCam
Assembly:
Atalasoft.dotImage.Dwg (in Atalasoft.dotImage.Dwg.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public virtual void OnSetLineWidth(
int weightInMMTenths,
int pixelLineWidth
)
Public Overridable Sub OnSetLineWidth (
weightInMMTenths As Integer,
pixelLineWidth As Integer
)
Parameters
- weightInMMTenths
- Type: SystemInt32
Line width in tenths of a millimeter - pixelLineWidth
- Type: SystemInt32
Approximate line width in pixels
See Also