SamplerStateManager.MagFilter Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets a magnification filter.

Definition

Visual Basic .NET Public Property MagFilter As TextureFilter
C# public TextureFilter MagFilter { get; set; }
Managed C++ public: __property TextureFilter get_MagFilter();
public: __property void set_MagFilter(TextureFilter);
JScript .NET public function get MagFilter() : TextureFilter
public function set MagFilter(TextureFilter);

Property Value

Microsoft.DirectX.Direct3D.TextureFilter . Member of the TextureFilter enumeration that represents the magnification filter to set or retrieve.

This property is read/write. 

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.