Description
Gets a texture filter with the following
properties: MinificationFilter: Nearest, MagnificationFilter:
Nearest, WrapS: ClampToEdge, WrapT: ClampToEdge
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property NearestClampToEdge() As IAgStkGraphicsTextureFilter2D
|