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

An interface that describes update events by type of event. This interface is part of SpaceVIL.Core.IBaseItem. More...

Inherited by SpaceVIL.Core.IBaseItem.

Public Member Functions

void Update (GeometryEventType type, int value)
 Method for updating an item size or/and position. More...
 

Detailed Description

An interface that describes update events by type of event.

This interface is part of SpaceVIL.Core.IBaseItem.

Member Function Documentation

◆ Update()

void SpaceVIL.Core.IEventUpdate.Update ( GeometryEventType  type,
int  value 
)

Method for updating an item size or/and position.

Parameters
typeType of event as SpaceVIL.Core.GeometryEventType.
valueValue of a property that was changed.

Implemented in SpaceVIL.Prototype, and SpaceVIL.BaseItem.


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