'DeclarationPublic Overloads Sub RenderToArray( _ ByVal destination As System.Array, _ ByVal Colour As System.Boolean, _ ByVal BitsPerSample As System.Integer _ )
public void RenderToArray( System.Array destination, System.bool Colour, System.int BitsPerSample )
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.