TextureFilter2DMagnificationFilter Property |
Gets the magnification filter used when the pixel being textured maps to an area greater than one texel.
Namespace:
AGI.Foundation.Graphics.Renderer
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic MagnificationFilter MagnificationFilter { get; }
Public ReadOnly Property MagnificationFilter As MagnificationFilter
Get
public:
property MagnificationFilter MagnificationFilter {
MagnificationFilter get ();
}
member MagnificationFilter : MagnificationFilter with get
Property Value
Type:
MagnificationFilter
See Also