'Declaration
Public Function SubImage( _ ByVal Offset As Point, _ ByVal Size As Size, _ ByVal Magnification As Single, _ ByVal Frame As Integer, _ Optional ByVal Scaling As ScaleMode _ ) As DicomDataSet
'Usage
Dim instance As DicomDataSet Dim Offset As Point Dim Size As Size Dim Magnification As Single Dim Frame As Integer Dim Scaling As ScaleMode Dim value As DicomDataSet 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
- Scaling
The scaling mode to use