STK Graphics PrimitivesSend comments on this topic.
InitializeWithMethod Method (IAgStkGraphicsEdgeDetectFilterFactory)
See Also
Method
Method used to detect edges in the source raster.
Windows





Windows & Linux

Description

Initializes a new instance with the specified Edge Detect Method.

Syntax

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

Parameters

Method
Method used to detect edges in the source raster.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.