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