Image.ImageLoadDelegate Delegate
Namespace: Stride.GraphicsAssembly: Stride.dll
public delegate Image ImageLoadDelegate(IntPtr dataPointer, int dataSize, bool makeACopy, GCHandle? handle);
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | dataPointer | |
System.Int32 | dataSize | |
System.Boolean | makeACopy | |
System.Nullable<System.Runtime.InteropServices.GCHandle> | handle |
Returns
Type | Description |
---|---|
Image |