←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
Objective-C
C++
Java
public int Range { get; set; } 
Public Property Range As Integer 
@property (nonatomic, assign) NSUInteger range 
public int getRange() 
public void setRange(int value) 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly