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
The left top corner point of the sub Image
The zooming factor which determines the output size
The frame number to use. This is 1-index, i.e. first frame is 1 not 0
The scaling mode to use
The left top corner point of the sub Image
The zooming factor which determines the output size
The frame number to use. This is 1-index, i.e. first frame is 1 not 0
The scaling mode to use
Makes a derived image (of same basic DICOM type as the original) scaled and cropped as required. Size refers to the final image size, whether or not it is transformed as below.
The coordinate system used depends on the value of scaling. If ScaleMode.Image then the original image is used without rotation etc, but if ScaleMode.Output then the image is conceptually flipped, rotated etc. before applying the bounds.
This overload is now recommended in place of the earlier version without the scaling mode which is retained for backwards compatibility only.