Leadtools Namespace > RasterImage Class : GetRow Method |
Overload | Description |
---|---|
GetRow(Int32,WriteOnlyArray<Byte>,Int32,Int32) | Retrieves one or more rows of image data from this RasterImage into a managed memory buffer. |
GetRow(Int32,IBuffer,Int32,Int32) | Retrieves one or more rows of image data from this RasterImage into a managed memory buffer. |
GetRow(Int32,Byte[],Int32,Int32) | Retrieves one or more rows of image data from this RasterImage into a managed memory buffer. |
GetRow(Int32,IntPtr,Int32) | Retrieves one or more rows of image data from this RasterImage into un unmanaged memory buffer. |