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






Windows & Linux

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
[C#]
public IAgStkGraphicsTextureFilter2D NearestClampToEdge {get;}
[Managed C++]
public: __property IAgStkGraphicsTextureFilter2D^ get_NearestClampToEdge();
[Unmanaged C++]
public: HRESULT get_NearestClampToEdge(
   IAgStkGraphicsTextureFilter2D ** ppRetVal
);
[Java]
public IAgStkGraphicsTextureFilter2D getNearestClampToEdge();

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.