C# Class VstSdk.ERect

Afficher le fichier Open project: cadencii/cadencii

Méthodes publiques

Свойство Type Description
bottom VstInt16
left VstInt16
right VstInt16
top VstInt16

Méthodes publiques

Méthode Description
ToString ( ) : String

Method Details

ToString() public méthode

public ToString ( ) : String
Résultat String

Property Details

bottom public_oe property

bottom coordinate
public VstInt16 bottom
Résultat VstInt16

left public_oe property

left coordinate
public VstInt16 left
Résultat VstInt16

right public_oe property

right coordinate
public VstInt16 right
Résultat VstInt16

top public_oe property

top coordinate
public VstInt16 top
Résultat VstInt16