STK Graphics PrimitivesSend 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
);
[Python - STK API ]
@property
def Method(self) -> "AgEStkGraphicsSharpenMethod":

@Method.setter
def Method(self, Method:"AgEStkGraphicsSharpenMethod") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.