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





Description

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

Property type

Read-only property

Syntax

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

[C#]
public IAgStkGraphicsTextureFilter2D LinearRepeat {get;}

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

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

[Java]
public IAgStkGraphicsTextureFilter2D getLinearRepeat();

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1