All Cadcorp SIS API Methods

ScrollView Method

Description

Scrolls the current window by a number of pixels.

Syntax

Visual Basic
Public Function ScrollView( _
   ByVal dx As Integer, _
   ByVal dy As Integer _
) As Integer

Parameters

dx
The number of pixels to scroll horizontally.
 
dy
The number of pixels to scroll vertically.

Remarks

Available: D OD OM OV

Group:

Example

sis.ScrollView (64, 16)