34 lines
332 B
Markdown
34 lines
332 B
Markdown
# Width (Get Method)
|
||
|
||
Gets the width of the area.
|
||
|
||
```
|
||
int Width()
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
Width of the area.
|
||
|
||
# Width (Set Method)
|
||
|
||
Sets new width of the area.
|
||
|
||
```
|
||
virtual bool Width(
|
||
const int w // width
|
||
)
|
||
|
||
```
|
||
|
||
Parameters
|
||
|
||
w
|
||
|
||
[in] New width.
|
||
|
||
Return Value
|
||
|
||
true - successful, otherwise - false.
|