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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1