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

An interface that defines free type of a container. More...

Inherited by SpaceVIL.FreeArea, SpaceVIL.Grid, and SpaceVIL.WrapArea.

Public Member Functions

void UpdateLayout ()
 Method for describing how to update the size and position of children within a container. More...
 

Detailed Description

An interface that defines free type of a container.

Member Function Documentation

◆ UpdateLayout()

void SpaceVIL.Core.IFreeLayout.UpdateLayout ( )

Method for describing how to update the size and position of children within a container.

Implemented in SpaceVIL.WrapArea, SpaceVIL.Grid, and SpaceVIL.FreeArea.


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