STK Graphics PrimitivesSend comments on this topic.
Apply Method (IAgStkGraphicsRaster)
See Also
Filter
The Raster Filter to apply.
Windows





Windows & Linux

Description

Applies a Raster Filter to the raster and returns a new raster with the results of the filtering. The current raster is not modified.

Syntax

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

Parameters

Filter
The Raster Filter to apply.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.