Gets or sets the method used to blur the source raster.
Read-write property
[Visual Basic .NET] |
---|
Public Property Method() As AgEStkGraphicsBlurMethod |
[C#] |
---|
public AgEStkGraphicsBlurMethod Method {get; set;} |
[Managed C++] |
---|
public: __property AgEStkGraphicsBlurMethod get_Method(); |
[Unmanaged C++] |
---|
public: HRESULT get_Method( AgEStkGraphicsBlurMethod * pRetVal ); public: HRESULT put_Method( AgEStkGraphicsBlurMethod Method ); |
[Java] |
---|
public AgEStkGraphicsBlurMethod getMethod(); public void setMethod( AgEStkGraphicsBlurMethod ); |