Caps.MaxTextureHeight Property (Microsoft.DirectX.Direct3D)

Retrieves the maximum texture height for the current device.

Definition

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

Property Value

System.Int32
An Int32Leave Site value that indicates the maximum texture height for the current device.

This property is read-only.