'Declaration
Public Overloads Function PrinterImage( _ ByVal Bits As Integer, _ ByVal Planes As Integer, _ ByVal ShowAnnotations As Boolean, _ ByVal Zoom As Single, _ ByVal Area As SkiaSharp.SKRectI, _ ByVal SquarePixels As Boolean _ ) As DicomImage
'Usage
Dim instance As DicomImage Dim Bits As Integer Dim Planes As Integer Dim ShowAnnotations As Boolean Dim Zoom As Single Dim Area As SkiaSharp.SKRectI Dim SquarePixels As Boolean Dim value As DicomImage value = instance.PrinterImage(Bits, Planes, ShowAnnotations, Zoom, Area, SquarePixels)
public DicomImage PrinterImage( int Bits, int Planes, bool ShowAnnotations, float Zoom, SkiaSharp.SKRectI Area, bool SquarePixels )
public: DicomImage^ PrinterImage( int Bits, int Planes, bool ShowAnnotations, float Zoom, SkiaSharp.SKRectI Area, bool SquarePixels )
Parameters
- Bits
Bit depth of final image (must be 8-16, but always 8 when Planes=3)
- Planes
1 for monochrome and 3 for colour
- ShowAnnotations
Controls whether annotations are "burnt-in" to the new image
- Zoom
Zoom to apply to new image
- Area
The area of the original image to use
- SquarePixels
Controls whether Image Aspect Ratio is used - if true, then output pixels are square, but if false, then they retain their original aspect ratio
If ShowAnnotations is true, then this parameter is agnored and treated as true.