STK Graphics PrimitivesSend comments on this topic.
InitializeWithRaster Method (IAgStkGraphicsAlphaFromRasterFilterFactory)
See Also
Raster
The raster the source raster will use to derive an Alpha band.
Windows





Windows & Linux

Description

Initializes a new instance with the raster that the source raster will use to derive an Alpha band.

Syntax

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

Parameters

Raster
The raster the source raster will use to derive an Alpha band.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.