'Declaration
Public Overloads Function Bitmap( _ ByVal Size As System.Drawing.Size, _ ByVal Format As System.Drawing.Imaging.PixelFormat, _ ByVal Matrix As System.Drawing.Drawing2D.Matrix, _ ByVal frame As System.Integer _ ) As System.Drawing.Bitmap
'Usage
Dim instance As DicomImage Dim Size As System.Drawing.Size Dim Format As System.Drawing.Imaging.PixelFormat Dim Matrix As System.Drawing.Drawing2D.Matrix Dim frame As System.Integer Dim value As System.Drawing.Bitmap value = instance.Bitmap(Size, Format, Matrix, frame)
public System.Drawing.Bitmap Bitmap( System.Drawing.Size Size, System.Drawing.Imaging.PixelFormat Format, System.Drawing.Drawing2D.Matrix Matrix, System.int frame )
public function Bitmap( Size: System.Drawing.Size; Format: System.Drawing.Imaging.PixelFormat; Matrix: System.Drawing.Drawing2D.Matrix; frame: System.Integer ): System.Drawing.Bitmap;
public function Bitmap( Size : System.Drawing.Size, Format : System.Drawing.Imaging.PixelFormat, Matrix : System.Drawing.Drawing2D.Matrix, frame : System.int ) : System.Drawing.Bitmap;
Parameters
- Size
- The size of the image to generate
- Format
- The requested format
- Matrix
- The Matrix to apply to convert from DICOM coordinates to Bitmap coordinates
- frame
The frame number to use. This is 1-index, i.e. first frame is 1 not 0
Return Value
A Bitmap object