Material.MagnifyingFunction Property

Gets or sets the texture magnifying function. The texture magnifying function is used whenever the pixel being textured maps to an area smaller than one texture element. There are six defined minifying functions. Two of them use the nearest one or nearest four texture elements to compute the texture value. The other four use mipmaps.
Public Property MagnifyingFunction() As textureFilteringFunctionType
This language is not supported or no code example is available.
public textureFilteringFunctionType MagnifyingFunction {get; set;}
This language is not supported or no code example is available.

Property Value

textureFilteringFunctionType

.NET Framework

Supported in: 4.8

In this article

Definition