←Select platform

Amount Property

Summary

Gets or sets a percentage value that indicates blur size.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Amount { get; set; } 
Public Property Amount As Integer 
public int Amount {get; set;} 
@property (nonatomic, assign) NSUInteger amount 
public int getAmount() 
public void setAmount(int value) 
             
 <br/>get_Amount();<br/>set_Amount(value);<br/>Object.defineProperty('Amount');  
public: 
property int Amount { 
   int get(); 
   void set (    int ); 
} 

Property Value

Percentage value that indicates blur size. 0 means no blurring and 100 means total blurring.

Example

Refer to SmoothEdgesCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly