RegionLineSetWidth Method |
Sets the line width.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetWidth(
int width
)
Public Sub SetWidth (
width As Integer
)
public:
void SetWidth(
int width
)
member SetWidth :
width : int -> unit
Parameters
- width
- Type: SystemInt32
The line width.
See Also