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.
|
An interface that describes the attributes of the position of a shape. This interface is part of SpaceVIL.Core.IBaseItem. More...
Inherited by SpaceVIL.Core.IBaseItem, SpaceVIL.Core.ILines, and SpaceVIL.Core.Position.
Public Member Functions | |
void | SetX (int x) |
Method for setting X coordinate of the left-top corner of a shape. More... | |
int | GetX () |
Method for getting X coordinate of the left-top corner of a shape. More... | |
void | SetY (int y) |
Method for setting Y coordinate of the left-top corner of a shape. More... | |
int | GetY () |
Method for getting Y coordinate of the left-top corner of a shape. More... | |
An interface that describes the attributes of the position of a shape.
This interface is part of SpaceVIL.Core.IBaseItem.
int SpaceVIL.Core.IPosition.GetX | ( | ) |
Method for getting X coordinate of the left-top corner of a shape.
Implemented in SpaceVIL.Prototype, SpaceVIL.BaseItem, and SpaceVIL.Core.Position.
int SpaceVIL.Core.IPosition.GetY | ( | ) |
Method for getting Y coordinate of the left-top corner of a shape.
Implemented in SpaceVIL.Prototype, SpaceVIL.BaseItem, and SpaceVIL.Core.Position.
void SpaceVIL.Core.IPosition.SetX | ( | int | x | ) |
Method for setting X coordinate of the left-top corner of a shape.
x | X coordinate. |
Implemented in SpaceVIL.Prototype, SpaceVIL.BaseItem, SpaceVIL.WrapArea, SpaceVIL.TreeItem, SpaceVIL.ProgressBar, SpaceVIL.Grid, SpaceVIL.ImageItem, SpaceVIL.HorizontalSlider, SpaceVIL.VerticalSplitArea, SpaceVIL.HorizontalStack, and SpaceVIL.Core.Position.
void SpaceVIL.Core.IPosition.SetY | ( | int | y | ) |
Method for setting Y coordinate of the left-top corner of a shape.
y | Y coordinate. |
Implemented in SpaceVIL.Prototype, SpaceVIL.BaseItem, SpaceVIL.WrapArea, SpaceVIL.ListArea, SpaceVIL.Grid, SpaceVIL.ImageItem, SpaceVIL.VerticalSlider, SpaceVIL.HorizontalSplitArea, SpaceVIL.VerticalStack, and SpaceVIL.Core.Position.