AGI STK Graphics 11Send 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 ** ReturnValue
);

Parameters

Raster
The Raster to create the texture from.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.