'Declaration
Public Function SubImage( _ ByVal Offset As SkiaSharp.SKPointI, _ ByVal SKSizeI As SkiaSharp.SKSizeI, _ ByVal Magnification As Single, _ ByVal Frame As Integer, _ Optional ByVal Scaling As ScaleMode _ ) As DicomDataSet
'Usage
Dim instance As DicomDataSet Dim Offset As SkiaSharp.SKPointI Dim SKSizeI As SkiaSharp.SKSizeI Dim Magnification As Single Dim Frame As Integer Dim Scaling As ScaleMode Dim value As DicomDataSet value = instance.SubImage(Offset, SKSizeI, Magnification, Frame, Scaling)
public DicomDataSet SubImage( SkiaSharp.SKPointI Offset, SkiaSharp.SKSizeI SKSizeI, float Magnification, int Frame, ScaleMode Scaling )
public: DicomDataSet^ SubImage( SkiaSharp.SKPointI Offset, SkiaSharp.SKSizeI SKSizeI, float Magnification, int Frame, ScaleMode Scaling )
Parameters
- Offset
The left top corner point of the sub Image
- SKSizeI
The total size of the original image to capture
- Magnification
The zooming factor which determines the output size
- Frame
The frame number
- Scaling
The scaling mode to use