DicomObjects Reference
DicomObjects Reference / DicomImage Object / ActualZoom Property
In This Topic
    ActualZoom Property
    In This Topic
    Description
    Actual Zoom used for display
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property ActualZoom As Single
    Remarks
    If StretchedCentred is set, and PresentationState is not in use, then these properties are exactly equivalent to ZoomScrollXScrollY.  If the values are over-ridden by StretchToFit or a presentation state, then these properties provide equivalent information, which may of use in locating points in an image.  Normally however, ImageIndexImageXPositionImageYPosition are easier to use.
    See Also