Copyright © 2001-2023 MultiMedia Soft

TracksBoard.ZoomOut method

Previous pageReturn to chapter overviewNext page

Remarks

 

Zooms out the TracksBoard.

 

After a call to this method the control will fire the TracksBoardDisplayRangeChange event.

 

For details about the use of the TracksBoard refer to the How to use the TracksBoard to visually compose songs tutorial.

For further details about methods of the TracksBoard refer to the TracksBoard object section.

 

 

Syntax

 

[Visual Basic]

control.TracksBoard.ZoomOut (

bHorizontal as enumBoolean

) as enumErrorCodes


 

[C++]

short control.TracksBoard.ZoomOut (

short bHorizontal

);


 

Parameter

Description

 

 

bHorizontal

Boolean flag that specifies if the zoom should be performed horizontally or vertically

Supported values are the following:

Mnemonic Value

Meaning

BOOL_FALSE

Vertical zoom

BOOL_TRUE

Horizontal zoom

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.ERR_NOERROR (0)

The method call was successful