Share via


TextureOperationCaps.SupportsAddSigned2X Property (Microsoft.DirectX.Direct3D)

Specifies whether the TextureOperation.AddSigned2X texture blending operation is supported.

Definition

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

Property Value

System.Boolean
Value that is true if TextureOperation.AddSigned2X is supported, or false if it is not.

This property is read-only. 

See Also