SetLineWidth Statement:
Set line thickness for simple drawing operations
Object.SetLineWidth
width
|
Parameters:
width-has integer type. Defines line width
|
Sample: object.SetLineWidth
3
This method sets line width. The line width is used in the following methods:
DrawLine, DrawRectangle, DrawPolygon, DrawUnclosedPolygon, DrawArc, DrawCircle,
DrawEllipse, DrawBezier.
See also
SetBKColor,SetImageIndex,
LoadFile,LoadDatabase,
LoadStream,
Create, Destroy, DestroyALL
More samples:
Gradient
Arc,
Besier, Circle,
Ellipse,
Gradient, Pie,
Polygon,
Rectangle, Unclosed
polygon
Primitive
Arc,
Beziers, Circle,
Ellipse,
Line, Pie,
Rectangle, Unclosed
polygon, Unclosed
polygon
|
|