![]() |
Paradox Game Engine
v1.0.0 beta06
|
Provides a pointer to 2D data. More...
Public Member Functions | |
DataRectangle (IntPtr dataPointer, int pitch) | |
Initializes a new instance of the DataRectangle class. More... | |
Public Attributes | |
IntPtr | DataPointer |
Gets or sets a pointer to the data. More... | |
int | Pitch |
Gets or sets the number of bytes per row. More... | |
Provides a pointer to 2D data.
Definition at line 12 of file DataRectangle.cs.
SiliconStudio.Paradox.Graphics.DataRectangle.DataRectangle | ( | IntPtr | dataPointer, |
int | pitch | ||
) |
Initializes a new instance of the DataRectangle class.
dataPointer | The pointer to the data. |
pitch | The stride. |
Definition at line 19 of file DataRectangle.cs.
IntPtr SiliconStudio.Paradox.Graphics.DataRectangle.DataPointer |
int SiliconStudio.Paradox.Graphics.DataRectangle.Pitch |
Gets or sets the number of bytes per row.
The row pitch in bytes.
Definition at line 39 of file DataRectangle.cs.