STK Graphics PrimitivesSend 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();
[Python - STK API ]
@property
def MagnificationFilter(self) -> "AgEStkGraphicsMagnificationFilter":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.