STK Graphics PrimitivesSend comments on this topic.
Method Property (IAgStkGraphicsBlurFilter)
See Also
Windows





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Method() As AgEStkGraphicsBlurMethod
[C#]
public AgEStkGraphicsBlurMethod Method {get; set;}
[Managed C++]
public: __property AgEStkGraphicsBlurMethod get_Method();
public: __property void set_Method( AgEStkGraphicsBlurMethod );
[Unmanaged C++]
public: HRESULT get_Method(
    AgEStkGraphicsBlurMethod * pRetVal
);
public: HRESULT put_Method(
    AgEStkGraphicsBlurMethod Method
);
[Java]
public AgEStkGraphicsBlurMethod getMethod();
public void setMethod(
    AgEStkGraphicsBlurMethod
);
[Python - STK API ]
@property
def Method(self) -> "AgEStkGraphicsBlurMethod":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.