Gets or sets the method used to sharpen the source raster.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Method() As AgEStkGraphicsSharpenMethod |
| [C#] |
|---|
public AgEStkGraphicsSharpenMethod Method {get; set;} |
| [Managed C++] |
|---|
public: __property AgEStkGraphicsSharpenMethod get_Method(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEStkGraphicsSharpenMethod getMethod(); public void setMethod( AgEStkGraphicsSharpenMethod ); |
[Python - STK API ] |
|---|
@property def Method(self) -> "AgEStkGraphicsSharpenMethod": @Method.setter def Method(self, Method:"AgEStkGraphicsSharpenMethod") -> None: |






