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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1