AGI STK Graphics 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.