←Select platform

Range Property

Summary

Gets or sets a value that represents the percentage of coverage, expressed in tenths of a percent.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Range { get; set; } 
Public Property Range As Integer 
public int Range {get; set;} 
@property (nonatomic, assign) NSUInteger range 
public int getRange() 
public void setRange(int value) 
             
 <br/>get_Range();<br/>set_Range(value);<br/>Object.defineProperty('Range');  
public: 
property int Range { 
   int get(); 
   void set (    int ); 
} 

Property Value

Percentage of coverage, expressed in tenths of a percent. Valid values are 0 to 1000.

Example

Refer to AddNoiseCommand.

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