Rescales a label to a new frame of reference
Visual Basic |
---|
Public Sub Rescale( _ ByVal Image As DicomImage, _ ByVal NewScaleMode As doScaleMode _ ) |
Value | Description |
---|---|
doLabelScale3D | Used to specify points in 3D space using images' frame of reference |
doLabelScaleCell | Dimensions are in the coordinate system used by DICOM in presentation states, where (0.0,0.0) represents the top left corner of the display area, and (1.0,1.0) represents the bottom right |
doLabelScaleCell1000 | Like Cell, but the corners are (0,0) and (1000,1000) |
doLabelScaleImage | Dimensions are in image pixels |
doLabelScaleOutput | Dimensions are in screen or other output device pixels and are unaffected by the zooming of the image |