STK Graphics PrimitivesSend comments on this topic.
WrapS Property (IAgStkGraphicsTextureFilter2D)
See Also
Windows





Windows & Linux

Description

Gets the texture wrap for the s direction.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property WrapS() As AgEStkGraphicsTextureWrap
[C#]
public AgEStkGraphicsTextureWrap WrapS {get;}
[Managed C++]
public: __property AgEStkGraphicsTextureWrap get_WrapS();
[Unmanaged C++]
public: HRESULT get_WrapS(
    AgEStkGraphicsTextureWrap * pRetVal
);
[Java]
public AgEStkGraphicsTextureWrap getWrapS();
[Python - STK API ]
@property
def WrapS(self) -> "AgEStkGraphicsTextureWrap":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.