Gets a texture filter with the following properties: MinificationFilter: Nearest, MagnificationFilter: Nearest, WrapS: Repeat, WrapT: Repeat.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property NearestRepeat() As IAgStkGraphicsTextureFilter2D |
| [C#] |
|---|
public IAgStkGraphicsTextureFilter2D NearestRepeat {get;} |
| [Managed C++] |
|---|
public: __property IAgStkGraphicsTextureFilter2D ^ get_NearestRepeat(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsTextureFilter2D getNearestRepeat(); |
[Python - STK API ] |
|---|
@property def NearestRepeat(self) -> "IAgStkGraphicsTextureFilter2D": |






