'Declaration Public Overloads Overrides Function SubImage( _ ByVal offset As Point, _ ByVal imgSize As Size, _ ByVal Magnification As Single, _ ByVal frame As Integer, _ ByVal Scaling As ScaleMode _ ) As DicomImage
'Usage Dim instance As DicomImage3D Dim offset As Point Dim imgSize As Size Dim Magnification As Single Dim frame As Integer Dim Scaling As ScaleMode Dim value As DicomImage value = instance.SubImage(offset, imgSize, Magnification, frame, Scaling)
Parameters
- offset
The left top corner point of the sub Image
- imgSize
- 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