AGI STK Graphics 11 Send comments on this topic.
CopyFromRaster Method (IAgStkGraphicsRaster)
See Also 
Raster
The Raster to copy from.
Windows






Windows & Linux

Description

Copies the data associated with the given Raster into this raster.

Syntax

[Visual Basic .NET]
Public Sub CopyFromRaster( _
   ByVal Raster As IAgStkGraphicsRaster _
) 

[C#]
public void CopyFromRaster(
IAgStkGraphicsRaster Raster
);

[Managed C++]
public: void CopyFromRaster(
IAgStkGraphicsRaster ^ Raster
);

[Java]
public  copyFromRaster(
IAgStkGraphicsRaster Raster
);

[Unmanaged C++]
public: HRESULT CopyFromRaster(
IAgStkGraphicsRaster * Raster
);

Parameters

Raster
The Raster to copy from.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface