DicomObjects Reference
DicomObjects Reference / DicomImage Object / ActualScrollX Property
In This Topic
    ActualScrollX Property
    In This Topic
    Description
    Actual image offset (X) used for display
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property ActualScrollX 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