←Select platform

Radius Property

Summary

Gets or sets the value that indicates the radius of the neighborhood on which the filter is applied.

Syntax
C#
VB
Objective-C
C++
Java
public int Radius { get; set; } 
Public Property Radius As Integer 
@property (nonatomic, assign) NSUInteger radius 
public int getRadius() 
public void setRadius(int value) 
public: 
property int Radius { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that indicates the radius of the neighborhood on which the filter is applied. Valid values are greater than 0.

Example

Refer to HighPassCommand example.

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