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