TextGraphicsTextureFilter Property |
Gets or sets a parameter indicating the
TextureFilter2D of the text over time.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic GraphicsParameter<TextureFilter2D> TextureFilter { get; set; }
Public Property TextureFilter As GraphicsParameter(Of TextureFilter2D)
Get
Set
public:
property GraphicsParameter<TextureFilter2D>^ TextureFilter {
GraphicsParameter<TextureFilter2D>^ get ();
void set (GraphicsParameter<TextureFilter2D>^ value);
}
member TextureFilter : GraphicsParameter<TextureFilter2D> with get, set
Property Value
Type:
GraphicsParameterTextureFilter2D
See Also