MidiMountain 0.4.0
|
 |
Class TMMPBMouseRegion
Unit
MMCompPositionBar
Declaration
type TMMPBMouseRegion = class
Description
MidiMountain Position Bar Mouse Region class defining a region of the mouse in the bar. This couls be a marker, key signature, time signature or measureFields
| Name | Description |
 |
KeySignature |
key signature |
 |
Marker |
marker |
 |
Offset |
offset of target |
 |
Rect |
rectangle of region |
 |
RegionType |
type of region |
 |
Selected |
is the mouse region selected? |
 |
TimeSignature |
time signature |
Methods
Overview
 |
function InRect( const x,y: integer ): boolean; |
Description
 |
function InRect( const x,y: integer ): boolean; |
is the coordinate in the region?
MidiMountain 0.4.0 ©1999-2002 Adrian Meyer, developed with Delphi and Kylix
|