'Declaration Public Overloads Overrides Function SubImage( _ ByVal Offset As Point, _ ByVal Size As Size, _ ByVal Magnification As Single, _ ByVal Frame As Integer, _ ByVal Scaling As ScaleMode _ ) As DicomImage
'Usage Dim instance As DicomImageCurvedMPR Dim Offset As Point Dim Size As Size Dim Magnification As Single Dim Frame As Integer Dim Scaling As ScaleMode Dim value As DicomImage value = instance.SubImage(Offset, Size, Magnification, Frame, Scaling)
Parameters
- Offset
The left top corner point of the sub Image
- Size
The total size of the original image to capture
- Magnification
The zooming factor which determines the output size
- Frame
The frame number to use. This is 1-index, i.e. first frame is 1 not 0
- Scaling
The scaling mode to use