'Declaration Public Overloads Function SubImage( _ ByVal Offset As Point, _ ByVal Size As Size, _ ByVal Magnification As Single, _ ByVal Frame As Integer _ ) As DicomImage
'Usage Dim instance As DicomImage Dim Offset As Point Dim Size As Size Dim Magnification As Single Dim Frame As Integer Dim value As DicomImage value = instance.SubImage(Offset, Size, Magnification, Frame)
public DicomImage SubImage( Point Offset, Size Size, float Magnification, int Frame )
public: DicomImage^ SubImage( Point Offset, Size Size, float Magnification, int Frame )
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
Return Value
A new DicomImage