STK Graphics PrimitivesSend comments on this topic.
InitializeWithMethod Method (IAgStkGraphicsGradientDetectFilterFactory)
See Also
Method
Method used to detect gradients in a raster.
Windows





Windows & Linux

Description

Initializes a new instance with specified Gradient Detect Method.

Syntax

[Visual Basic .NET]
Public Function InitializeWithMethod( _
    ByVal Method As AgEStkGraphicsGradientDetectMethod _
) As IAgStkGraphicsGradientDetectFilter
[Unmanaged C++]
public: HRESULT InitializeWithMethod(
    AgEStkGraphicsGradientDetectMethod Method,
    IAgStkGraphicsGradientDetectFilter ** ppRetVal
);
[Python - STK API ]
def InitializeWithMethod(self, Method:"AgEStkGraphicsGradientDetectMethod") -> "IAgStkGraphicsGradientDetectFilter":

Parameters

Method
Method used to detect gradients in a raster.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.