TextureGutterHelper.Height Property (Microsoft.DirectX.Direct3D)

Retrieves the height of the texture, in pixels.

Definition

Visual Basic Public ReadOnly Property Height As Integer
C# public int Height { get; }
C++ public:
property int Height {
        int get();
}
JScript public function get Height() : int

Property Value

System.Int32
The height of the texture, in pixels.

This property is read-only. 

See Also