Scrolls the window horizontally, vertically or both.
Syntax
Where:
object is a BricsCAD Window object;
FlagsX controls horizontal scrolling with one of the following BricsCAD constants:
vicScrollLeft = 0
vicScrollLeftPage = 2
vicScrollNoneX = 9
vicScrollRight = 1
vicScrollRightPage = 3
vicScrollToLeft = 6
vicScrollToRight = 7
FlagsY controls vertical scrolling with one of the following BricsCAD constants:
vicScrollDown = 1
vicScrollDownPage = 3
vicScrollNoneY = 9
vicScrollToBottom = 7
vicScrollToTop = 6
vicScrollUp = 0
vicScrollUpPage = 2
© Bricsys NV. All rights reserved. |