4 using System.Runtime.InteropServices;
6 namespace SiliconStudio.
Paradox.Graphics
11 [StructLayout(LayoutKind.Sequential)]
DataRectangle(IntPtr dataPointer, int pitch)
Initializes a new instance of the DataRectangle class.
IntPtr DataPointer
Gets or sets a pointer to the data.
int Pitch
Gets or sets the number of bytes per row.
Provides a pointer to 2D data.