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





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 NewMethod
);

[Java]
public AgEStkGraphicsSharpenMethod getMethod();public void setMethod(
AgEStkGraphicsSharpenMethod
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1