AGI STK Graphics 11Send comments on this topic.
Method Property (IAgStkGraphicsSharpenFilter)
See Also
Windows






Windows & Linux

Description

Gets or sets the method used to sharpen the source raster.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Method() As AgEStkGraphicsSharpenMethod
[C#]
public AgEStkGraphicsSharpenMethod Method {get; set;}
[Managed C++]
public: __property AgEStkGraphicsSharpenMethod get_Method();
public: __property void set_Method( AgEStkGraphicsSharpenMethod );
[Unmanaged C++]
public: HRESULT get_Method(
    AgEStkGraphicsSharpenMethod * pRetVal
);
public: HRESULT put_Method(
    AgEStkGraphicsSharpenMethod Method
);
[Java]
public AgEStkGraphicsSharpenMethod getMethod();
public void setMethod(
    AgEStkGraphicsSharpenMethod
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.