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






Windows & Linux

Description

Gets the magnification filter used when the pixel being textured maps to an area greater than one texel.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property MagnificationFilter() As AgEStkGraphicsMagnificationFilter

[C#]
public AgEStkGraphicsMagnificationFilter MagnificationFilter {get;}

[Managed C++]
public: __property AgEStkGraphicsMagnificationFilter get_MagnificationFilter();

[Unmanaged C++]
public: HRESULT get_MagnificationFilter(
AgEStkGraphicsMagnificationFilter * pRetVal
);

[Java]
public AgEStkGraphicsMagnificationFilter getMagnificationFilter();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface