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





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 ** ReturnValue
);

Parameters

Method
Member Value Description
eStkGraphicsEdgeDetectMethodVertical 0 Detects vertical edges.
eStkGraphicsEdgeDetectMethodHorizontal 1 Detects horizontal edges.
eStkGraphicsEdgeDetectMethodLeftDiagonal 2 Detects left diagonal edges.
eStkGraphicsEdgeDetectMethodRightDiagonal 3 Detects right diagonal edges.
eStkGraphicsEdgeDetectMethodLaplacian 4 Detects edges using the Laplacian method.
eStkGraphicsEdgeDetectMethodPrewittLaplacian 5 Detects edges using the Prewitt-Laplacian method.
eStkGraphicsEdgeDetectMethodSobelVertical 6 Detects vertical edges using the Sobel method.
eStkGraphicsEdgeDetectMethodSobelHorizontal 7 Detects horizontal edges using the Sobel method.
Method used to detect edges in the source raster.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1