This object contains information about the TiledImageViewer class scrolling, for use on the client side.
Constructor
Server Name | Client(JavaScript) Syntax | Description |
---|---|---|
N/A | ltwfScrollInfo(bar:int, min:int, max:int, pos:int, thumbSize: int) | Creates a new ltwfScrollInfo object given the bar, min, max, pos, and the thumbSize. |
Properties
Server Name | Client(JavaScript) Syntax | Description |
---|---|---|
N/A | Bar | Gets or sets the bar that this object contains information about, possible values are 0 (SB_HORZ) and 1 (SB_VERT). |
N/A | Min | Gets or sets the minimum scrolling value, in pixels. |
N/A | Max | Gets or sets the maximum scrolling value, in pixels. |
N/A | Pos | Gets or sets the position of the scroll box. |
N/A | ThumbSize | Gets or sets the size of the scroll box, in pixels. |