Coherent UI for .NET  2.5.3
A modern user interface library for games
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Coherent.UI.ImageData Class Reference

This class represents a link to a More...

Inherits IDisposable.

Public Member Functions

virtual void Update (IntPtr data, bool flipY)
 Updates the content of the More...
 
virtual void Destroy ()
 Destroys the More...
 

Detailed Description

This class represents a link to a

Member Function Documentation

virtual void Coherent.UI.ImageData.Destroy ( )
inlinevirtual

Destroys the

virtual void Coherent.UI.ImageData.Update ( IntPtr  data,
bool  flipY 
)
inlinevirtual

Updates the content of the

Parameters
dataa pointer to the new data to copy in the object the size of the data must equal to the total size of the ImageData
flipYtells if to flip vertically when copying