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 
[Managed C++]
public: IAgStkGraphicsSharpenFilter^ InitializeWithMethod(
    AgEStkGraphicsSharpenMethod Method
);
[Java]
public IAgStkGraphicsSharpenFilter initializeWithMethod(
    AgEStkGraphicsSharpenMethod Method
);
[Unmanaged C++]
public: HRESULT InitializeWithMethod(
    AgEStkGraphicsSharpenMethod Method,
    IAgStkGraphicsSharpenFilter ** ppRetVal
);

Parameters

Method
Method used to sharpen a raster.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.