Reference for .Net version of SpaceVIL  0.3.5.8
SpaceVIL (Space of Visual Items Layout) is a cross-platform and multilingual framework for creating GUI client applications for .NET Standard, .NET Core and JVM. SpaceVIL is based on OpenGL graphic technology and GLFW. Using this framework in conjunction with .Net Core or with a JVM, you can work and create graphical client applications on Linux, Mac OS X and Windows.
SpaceVIL.Core.Size Class Reference

Size is a class that describes the width and height of an object. More...

Public Member Functions

 Size (int w, int h)
 Constructs Size with specified width and height. More...
 
int GetWidth ()
 Getting the width of the object. More...
 
void SetWidth (int value)
 Setting the width of the object. More...
 
int GetHeight ()
 Getting the height of the object. More...
 
void SetHeight (int value)
 Setting the height of the object. More...
 
void SetSize (int w, int h)
 Setting the size of the object. More...
 

Detailed Description

Size is a class that describes the width and height of an object.

Constructor & Destructor Documentation

◆ Size()

SpaceVIL.Core.Size.Size ( int  w,
int  h 
)

Constructs Size with specified width and height.

Parameters
wWidth of the object.
hHeight of the object.

Member Function Documentation

◆ 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
valueHeight of the object.

◆ SetSize()

void SpaceVIL.Core.Size.SetSize ( int  w,
int  h 
)

Setting the size of the object.

Parameters
wWidth of the object.
hHeight of the object.

◆ SetWidth()

void SpaceVIL.Core.Size.SetWidth ( int  value)

Setting the width of the object.

Parameters
valueWidth of the object.

The documentation for this class was generated from the following file: