AGI STK Graphics 11Send comments on this topic.
InitializeWithMethod Method (IAgStkGraphicsSharpenFilterFactory)
See Also 
Method
Method used to sharpen a raster.
Windows






Windows & Linux

Description

Initialize a new instance with the specified Sharpen Method.

Syntax

[Visual Basic .NET]
Public Function InitializeWithMethod( _
   ByVal Method As AgEStkGraphicsSharpenMethod _
) As IAgStkGraphicsSharpenFilter
[C#]
public IAgStkGraphicsSharpenFilter InitializeWithMethod(
   AgEStkGraphicsSharpenMethod Method
);
[Managed C++]
public: IAgStkGraphicsSharpenFilter^ InitializeWithMethod(
   AgEStkGraphicsSharpenMethod Method
);
[Java]
public IAgStkGraphicsSharpenFilter initializeWithMethod(
   AgEStkGraphicsSharpenMethod Method
);
[Unmanaged C++]
public: HRESULT InitializeWithMethod(
   AgEStkGraphicsSharpenMethod Method,
   IAgStkGraphicsSharpenFilter ** ReturnValue
);

Parameters

Method
MemberValueDescription
eStkGraphicsSharpenMethodMeanRemoval0Provides sharpening through mean removal.
eStkGraphicsSharpenMethodBasic1Provides basic sharpening.
Method used to sharpen a raster.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.