STK Graphics PrimitivesSend comments on this topic.
InitializeWithRaster Method (IAgStkGraphicsRasterFactory)
See Also
Raster
The Raster to create the raster from.
Windows





Windows & Linux

Description

Initializes a raster from another raster.

Syntax

[Visual Basic .NET]
Public Function InitializeWithRaster( _
    ByVal Raster As IAgStkGraphicsRaster _
) As IAgStkGraphicsRaster
[C#]
public IAgStkGraphicsRaster InitializeWithRaster(
    IAgStkGraphicsRaster Raster
);
[Managed C++]
public: IAgStkGraphicsRaster^ InitializeWithRaster(
    IAgStkGraphicsRaster ^ Raster
);
[Unmanaged C++]
public: HRESULT InitializeWithRaster(
    IAgStkGraphicsRaster * Raster,
    IAgStkGraphicsRaster ** ppRetVal
);
[Java]
public IAgStkGraphicsRaster initializeWithRaster(
    IAgStkGraphicsRaster Raster
);
[Python - STK API ]
def InitializeWithRaster(self, Raster:"IAgStkGraphicsRaster") -> "IAgStkGraphicsRaster":

Parameters

Raster
The Raster to create the raster from.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.