STK Graphics PrimitivesSend comments on this topic.
FromRaster Method (IAgStkGraphicsTexture2DFactory)
See Also
Raster
The Raster to create the texture from.
Windows





Windows & Linux

Description

Creates a new texture from a Raster.

Syntax

[Visual Basic .NET]
Public Function FromRaster( _
    ByVal Raster As IAgStkGraphicsRaster _
) As IAgStkGraphicsRendererTexture2D
[Managed C++]
public: IAgStkGraphicsRendererTexture2D^ FromRaster(
    IAgStkGraphicsRaster ^ Raster
);
[Unmanaged C++]
public: HRESULT FromRaster(
    IAgStkGraphicsRaster * Raster,
    IAgStkGraphicsRendererTexture2D ** ppRetVal
);
[Python - STK API ]
def FromRaster(self, Raster:"IAgStkGraphicsRaster") -> "IAgStkGraphicsRendererTexture2D":

Parameters

Raster
The Raster to create the texture from.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.