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 text image. More...
Public Member Functions | |
byte[] | GetBytes () |
Method for getting bitmap image as byte array. More... | |
bool | IsEmpty () |
Method for getting empty status. More... | |
int | GetWidth () |
Method for getting width of the image. More... | |
int | GetHeight () |
Method for getting height of the image. More... | |
int | GetXOffset () |
Method for getting image offset by X axis. More... | |
int | GetYOffset () |
Method for getting image offset by Y axis. More... | |
An interface that describes text image.
byte [] SpaceVIL.Core.ITextImage.GetBytes | ( | ) |
Method for getting bitmap image as byte array.
int SpaceVIL.Core.ITextImage.GetHeight | ( | ) |
Method for getting height of the image.
int SpaceVIL.Core.ITextImage.GetWidth | ( | ) |
Method for getting width of the image.
int SpaceVIL.Core.ITextImage.GetXOffset | ( | ) |
Method for getting image offset by X axis.
int SpaceVIL.Core.ITextImage.GetYOffset | ( | ) |
Method for getting image offset by Y axis.
bool SpaceVIL.Core.ITextImage.IsEmpty | ( | ) |
Method for getting empty status.