retourne la hauteur de la texture


Namespace: Tzu_Engine.Texture
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Height As Integer
C#
public int Height { get; }
C++
public property int Height sealed  {
    int get();
}
J#
/** property */
public int get_Height();
JScript
public function get Height() : int

See Also