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.IPosition Interface Reference

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...
 

Detailed Description

An interface that describes the attributes of the position of a shape.

This interface is part of SpaceVIL.Core.IBaseItem.

Member Function Documentation

◆ GetX()

int SpaceVIL.Core.IPosition.GetX ( )

Method for getting X coordinate of the left-top corner of a shape.

Returns
X coordinate.

Implemented in SpaceVIL.Prototype, SpaceVIL.BaseItem, and SpaceVIL.Core.Position.

◆ GetY()

int SpaceVIL.Core.IPosition.GetY ( )

Method for getting Y coordinate of the left-top corner of a shape.

Returns
Y coordinate.

Implemented in SpaceVIL.Prototype, SpaceVIL.BaseItem, and SpaceVIL.Core.Position.

◆ SetX()

void SpaceVIL.Core.IPosition.SetX ( int  x)

◆ SetY()

void SpaceVIL.Core.IPosition.SetY ( int  y)

Method for setting Y coordinate of the left-top corner of a shape.

Parameters
yY 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.


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