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





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
Member Value Description
eStkGraphicsSharpenMethodMeanRemoval 0 Provides sharpening through mean removal.
eStkGraphicsSharpenMethodBasic 1 Provides basic sharpening.
Method used to sharpen a raster.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1