PixelBitmapContent.GetRow Method
Note
This method is available only when developing for Windows.
Gets an array containing a single row of bitmap data.
This method can be used both to read and modify the bitmap contents.
Syntax
'Declaration
Public Function GetRow ( _
y As Integer _
) As T[]
public T[] GetRow (
int y
)
public:
T[] GetRow(
int y
)
Parameters
- y
Type: Int32
The y component of the bitmap row.
Return Value
Type: T
Array containing the bitmap row data.
Requirements
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
See Also
Reference
PixelBitmapContent Generic Class
PixelBitmapContent Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace
Platforms
Windows 7, Windows Vista, Windows XP