public void RenderToArray( System.Array destination, System.bool Colour, System.int BitsPerSample, System.int frame )
public procedure RenderToArray( destination: System.Array; Colour: System.Boolean; BitsPerSample: System.Integer; frame: System.Integer );
public function RenderToArray( destination : System.Array, Colour : System.boolean, BitsPerSample : System.int, frame : System.int );
public: void RenderToArray( System.Array* destination, System.bool Colour, System.int BitsPerSample, System.int frame )
public: void RenderToArray( System.Array^ destination, System.bool Colour, System.int BitsPerSample, System.int frame )
'Declaration
Public Overloads Sub RenderToArray( _ ByVal destination As System.Array, _ ByVal Colour As System.Boolean, _ ByVal BitsPerSample As System.Integer, _ ByVal frame As System.Integer _ )
'Usage
Dim instance As DicomImage Dim destination As System.Array Dim Colour As System.Boolean Dim BitsPerSample As System.Integer Dim frame As System.Integer instance.RenderToArray(destination, Colour, BitsPerSample, 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.