AGI STK Graphics 11 Send comments on this topic.
MinificationFilter Property (IAgStkGraphicsTextureFilter2D)
See Also 
Windows






Windows & Linux

Description

Gets the minification filter used when the pixel being textured maps to an area less than or equal to one texel.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property MinificationFilter() As AgEStkGraphicsMinificationFilter

[C#]
public AgEStkGraphicsMinificationFilter MinificationFilter {get;}

[Managed C++]
public: __property AgEStkGraphicsMinificationFilter get_MinificationFilter();

[Unmanaged C++]
public: HRESULT get_MinificationFilter(
AgEStkGraphicsMinificationFilter * pRetVal
);

[Java]
public AgEStkGraphicsMinificationFilter getMinificationFilter();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface