'DeclarationPublic Overloads Overrides Function SubImage( _ ByVal offset As System.Drawing.Point, _ ByVal imgSize As System.Drawing.Size, _ ByVal Magnification As System.Single, _ ByVal frame As System.Integer, _ ByVal Scaling As ScaleMode _ ) As DicomImage
public override DicomImage SubImage( System.Drawing.Point offset, System.Drawing.Size imgSize, System.float Magnification, System.int frame, ScaleMode 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