GetLineWidth

float GetLineWidth()

Returns the width of the outline of the shape.

Examples

Shape *myShape = ...;

// Get the width of the outline of the shape //
float outlineWidth = myShape->GetLineWidth();


Other functions of the class Shape
Draw
Draws the shape filled with the specified color
DrawOutline
Draws the outline of the shape
RecordDraw
Records the results of Draw-function
MoveBy
Moves the shape
SetLineWidth
Sets the width of the outline of the shape
GetLineWidth
Returns the width of the outline of the shape


Questions about GetLineWidth? Click here.