Initializes a new instance with the specified Edge Detect Method.
[Visual Basic .NET] |
---|
Public Function InitializeWithMethod( _ ByVal Method As AgEStkGraphicsEdgeDetectMethod _ ) As IAgStkGraphicsEdgeDetectFilter |
[C#] |
---|
public IAgStkGraphicsEdgeDetectFilter InitializeWithMethod( AgEStkGraphicsEdgeDetectMethod Method ); |
[Managed C++] |
---|
public: IAgStkGraphicsEdgeDetectFilter^ InitializeWithMethod( AgEStkGraphicsEdgeDetectMethod Method ); |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithMethod( AgEStkGraphicsEdgeDetectMethod Method, IAgStkGraphicsEdgeDetectFilter ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsEdgeDetectFilter initializeWithMethod( AgEStkGraphicsEdgeDetectMethod Method ); |
[Python - STK API ] |
---|
def InitializeWithMethod(self, Method:"AgEStkGraphicsEdgeDetectMethod") -> "IAgStkGraphicsEdgeDetectFilter": |
- Method
- Method used to detect edges in the source raster.