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

An interface that discribes such type of items that are adjacent points are considered lines (for drawing graphs). More...

Inherits SpaceVIL.Core.IPosition.

Inherited by SpaceVIL.LinesContainer.

Public Member Functions

void SetLineThickness (float thickness)
 Setting thickness of lines. More...
 
float GetLineThickness ()
 Getting lines thickness. More...
 
void SetLineColor (Color color)
 Setting lines color. More...
 
Color GetLineColor ()
 Getting lines color. More...
 
List< float[]> GetPoints ()
 Getting adjacent points are considered lines. More...
 
void SetPoints (List< float[]> coord)
 Setting adjacent points are considered lines. More...
 
- Public Member Functions inherited from SpaceVIL.Core.IPosition
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 discribes such type of items that are adjacent points are considered lines (for drawing graphs).

Member Function Documentation

◆ GetLineColor()

Color SpaceVIL.Core.ILines.GetLineColor ( )

Getting lines color.

Returns
Line color.

Implemented in SpaceVIL.LinesContainer.

◆ GetLineThickness()

float SpaceVIL.Core.ILines.GetLineThickness ( )

Getting lines thickness.

Returns
Lines thickness.

Implemented in SpaceVIL.LinesContainer.

◆ GetPoints()

List<float[]> SpaceVIL.Core.ILines.GetPoints ( )

Getting adjacent points are considered lines.

Returns
Points list as List of float[2] array.

Implemented in SpaceVIL.LinesContainer.

◆ SetLineColor()

void SpaceVIL.Core.ILines.SetLineColor ( Color  color)

Setting lines color.

Parameters
colorLine color.

Implemented in SpaceVIL.LinesContainer.

◆ SetLineThickness()

void SpaceVIL.Core.ILines.SetLineThickness ( float  thickness)

Setting thickness of lines.

Parameters
thicknessLine thickness.

Implemented in SpaceVIL.LinesContainer.

◆ SetPoints()

void SpaceVIL.Core.ILines.SetPoints ( List< float[]>  coord)

Setting adjacent points are considered lines.

Parameters
coordPoints list as List of float[2] array.

Implemented in SpaceVIL.LinesContainer.


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