Kategorie: Objekte
/ Status
Ab Engineversion: 1.0 OC
GetDefBottom
Beschreibung
Determines the lower limit of an object. This corresponds to the bottom vertex on objects that have vertices and y position + DefCore OffsetY + DefCore Height for objects without vertices.
Syntax
int GetDefBottom();
Beispiel
Contents()->Exit(0, GetDefBottom()-GetY());
Befördert das erste Inhaltsobjekt aus dem ausrufenden Objekt heraus an seine mittlere Unterkante.
Siehe auch: GetY