Copyright © 2008-2023 MultiMedia Soft

TracksBoardDisplayWidthChange event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the TracksBoard's display has been resized horizontally, usually after a call to the TracksBoard.Move method.

 

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]

TracksBoardDisplayWidthChange (

ByVal nWidthInMs as Long,

ByVal nWidthInPixels as Long

)


 

[C++]

void TracksBoardDisplayWidthChange (

long nWidthInMs,

long nWidthInPixels

);


 

 

Parameter

Description

 

 

nWidthInMs

Width of the display surface, expressed in milliseconds

nWidthInPixels

Width of the display surface, expressed in pixels