STK Graphics PrimitivesSend 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
);
[Unmanaged C++]
public: HRESULT CopyFromRaster(
    IAgStkGraphicsRaster * Raster
);
[Java]
public void copyFromRaster(
    IAgStkGraphicsRaster Raster
);
[Python - STK API ]
def CopyFromRaster(self, Raster:"IAgStkGraphicsRaster") -> None:

Parameters

Raster
The Raster to copy from.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.