Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Paradox.Graphics.ImageHelper Class Reference

Static Public Member Functions

static unsafe Image LoadFromMemory (IntPtr pSource, int size, bool makeACopy, GCHandle?handle)
 
static void SaveFromMemory (PixelBuffer[] pixelBuffers, int count, ImageDescription description, System.IO.Stream imageStream)
 

Detailed Description

Definition at line 12 of file ImageHelper.cs.

Member Function Documentation

static unsafe Image SiliconStudio.Paradox.Graphics.ImageHelper.LoadFromMemory ( IntPtr  pSource,
int  size,
bool  makeACopy,
GCHandle?  handle 
)
static

Definition at line 18 of file ImageHelper.cs.

References DirectX.size.

static void SiliconStudio.Paradox.Graphics.ImageHelper.SaveFromMemory ( PixelBuffer[]  pixelBuffers,
int  count,
ImageDescription  description,
System.IO.Stream  imageStream 
)
static

Definition at line 51 of file ImageHelper.cs.


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