Share via


TextureCaps.SupportsSquareOnly Property (Microsoft.DirectX.Direct3D)

Specifies whether all textures must be square.

Definition

Visual Basic Public ReadOnly Property SupportsSquareOnly As Boolean
C# public bool SupportsSquareOnly { get; }
C++ public:
property bool SupportsSquareOnly {
        bool get();
}
JScript public function get SupportsSquareOnly() : boolean

Property Value

System.Boolean
Value that is true if all textures are required to be square, or false if they are not.

This property is read-only.