FilterCaps.SupportsMinifyPoint Property (Microsoft.DirectX.Direct3D)

Indicates that the device supports per-stage point-sample filtering for minifying textures.

Definition

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

Property Value

System.Boolean
Value that is true if the device supports per-stage point-sample filtering for minifying textures, or false if it does not.

This property is read-only. 

Remarks

The point-sample minification filter is represented by the TextureFilter.Point enumerated value.