Caps.MaxTextureAspectRatio Property (Microsoft.DirectX.Direct3D)
Retrieves the maximum texture aspect ratio supported by the hardware.
Definition
Visual Basic Public ReadOnly Property MaxTextureAspectRatio As Integer C# public int MaxTextureAspectRatio { get; } C++ public:
property int MaxTextureAspectRatio {
int get();
}JScript public function get MaxTextureAspectRatio() : int
Property Value
System.Int32
An Int32 value that indicates the maximum texture aspect ratio.This property is read-only.
Remarks
This value is typically a power of 2.