STK Graphics PrimitivesSend comments on this topic.
SaveToTexture Method (IAgStkGraphicsCameraSnapshot)
See Also
Windows





Windows & Linux

Description

Saves a snapshot of the 3D window to a Texture 2D.

Syntax

[Visual Basic .NET]
Public Function SaveToTexture() As IAgStkGraphicsRendererTexture2D
[C#]
public IAgStkGraphicsRendererTexture2D SaveToTexture();
[Managed C++]
public: IAgStkGraphicsRendererTexture2D ^ SaveToTexture();
[Unmanaged C++]
public: HRESULT SaveToTexture(
    IAgStkGraphicsRendererTexture2D ** ppRetVal
);
[Java]
public IAgStkGraphicsRendererTexture2D saveToTexture();
[Python - STK API ]
def SaveToTexture(self) -> "IAgStkGraphicsRendererTexture2D":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.