18 proto external
float GetLineWidth();
19 proto external
void SetLineWidth(
float lineWidth );
20 proto external
float GetOutlineWidth();;
21 proto external
void SetOutlineWidth(
float outlineWidth );
22 proto ref Color GetLineColor();
23 proto external
void SetLineColor( notnull Color lineColor );
24 proto ref Color GetOutlineColor();
25 proto external
void SetOutlineColor( notnull Color outsideColor );
26 proto external
void SetVisible(
bool visibility);
27 proto external
bool IsVisible();