FilterCaps.SupportsMagnifyPyramidalQuad Property (Microsoft.DirectX.Direct3D)
Indicates that the device supports per-stage pyramidal quad filtering for magnifying textures.
Definition
Visual Basic Public ReadOnly Property SupportsMagnifyPyramidalQuad As Boolean C# public bool SupportsMagnifyPyramidalQuad { get; } C++ public:
property bool SupportsMagnifyPyramidalQuad {
bool get();
}JScript public function get SupportsMagnifyPyramidalQuad() : boolean
Property Value
System.Boolean
Value that is true if the device supports per-stage pyramidal quad filtering for magnifying textures, or false if it does not.This property is read-only.
Remarks
The pyramidal magnifying filter is represented by the TextureFilter.PyramidalQuad enumerated value.