'DeclarationPublic Overloads Sub RenderToArray( _ ByVal destination As System.Array, _ ByVal Colour As System.Boolean, _ ByVal BitsPerSample As System.Integer, _ ByVal frame As System.Integer _ )
public void RenderToArray( System.Array destination, System.bool Colour, System.int BitsPerSample, System.int frame )
Parameters
- destination
Array to write the image presentation data to
- Colour
Set Colour to True if you want the color output.
- BitsPerSample
Bit depth of final data.
- frame
Choose which frame of a Multi-Frame Image you want to render.