←Select platform

Radius Property

Summary

Gets or sets a 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) NSInteger 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.

Example

Refer to GaussianCommand.

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