"borderZoomable"
Allows to define if the border of an object is zoomed with the object.
Synopsis
setValue(string shape, "borderZoomable", bool b);
getValue(string shape, "borderZoomable", bool &b);
shape.borderZoomable(bool b);
Parameter
Parameter | Description |
---|---|
shape | Object Name |
b | "borderZoomable" state of the object |
Description
By activating this function the border of an object is zoomed together with the object.
A border with a width of 1 is not zoomed!
It is recommended to use an uneven border width as it will lead to better displaying results.
main()
{
bool b = TRUE;
this.borderZoomable(b);
}
Assignments
All Widgets