AGI STK Graphics 11 Send comments on this topic.
NearestRepeat Property (IAgStkGraphicsTextureFilter2DFactory)
See Also 





Description

Gets a texture filter with the following properties: MinificationFilter: Nearest, MagnificationFilter: Nearest, WrapS: Repeat, WrapT: Repeat

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property NearestRepeat() As IAgStkGraphicsTextureFilter2D

[C#]
public IAgStkGraphicsTextureFilter2D NearestRepeat {get;}

[Managed C++]
public: __property IAgStkGraphicsTextureFilter2D^ get_NearestRepeat();

[Unmanaged C++]
public: HRESULT get_NearestRepeat(
IAgStkGraphicsTextureFilter2D ** ppRetVal
);

[Java]
public IAgStkGraphicsTextureFilter2D getNearestRepeat();

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1