AGI STK Graphics 11Send 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
);
[Java]
public IAgStkGraphicsEdgeDetectFilter initializeWithMethod(
   AgEStkGraphicsEdgeDetectMethod Method
);
[Unmanaged C++]
public: HRESULT InitializeWithMethod(
   AgEStkGraphicsEdgeDetectMethod Method,
   IAgStkGraphicsEdgeDetectFilter ** ReturnValue
);

Parameters

Method
MemberValueDescription
eStkGraphicsEdgeDetectMethodVertical0Detects vertical edges.
eStkGraphicsEdgeDetectMethodHorizontal1Detects horizontal edges.
eStkGraphicsEdgeDetectMethodLeftDiagonal2Detects left diagonal edges.
eStkGraphicsEdgeDetectMethodRightDiagonal3Detects right diagonal edges.
eStkGraphicsEdgeDetectMethodLaplacian4Detects edges using the Laplacian method.
eStkGraphicsEdgeDetectMethodPrewittLaplacian5Detects edges using the Prewitt-Laplacian method.
eStkGraphicsEdgeDetectMethodSobelVertical6Detects vertical edges using the Sobel method.
eStkGraphicsEdgeDetectMethodSobelHorizontal7Detects horizontal edges using the Sobel method.
Method used to detect edges in the source raster.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.