retourne la largeur de la texture


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

Syntax

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

See Also