Size is a class that describes the width and height of an object.
More...
Size is a class that describes the width and height of an object.
◆ Size()
SpaceVIL.Core.Size.Size |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
Constructs Size with specified width and height.
- Parameters
-
w | Width of the object. |
h | Height of the object. |
◆ GetHeight()
int SpaceVIL.Core.Size.GetHeight |
( |
| ) |
|
Getting the height of the object.
- Returns
- Height of the object.
◆ GetWidth()
int SpaceVIL.Core.Size.GetWidth |
( |
| ) |
|
Getting the width of the object.
- Returns
- Width of the object.
◆ SetHeight()
void SpaceVIL.Core.Size.SetHeight |
( |
int |
value | ) |
|
Setting the height of the object.
- Parameters
-
value | Height of the object. |
◆ SetSize()
void SpaceVIL.Core.Size.SetSize |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
Setting the size of the object.
- Parameters
-
w | Width of the object. |
h | Height of the object. |
◆ SetWidth()
void SpaceVIL.Core.Size.SetWidth |
( |
int |
value | ) |
|
Setting the width of the object.
- Parameters
-
value | Width of the object. |
The documentation for this class was generated from the following file: