←Select platform

Radius Property (UnsharpMaskCommand)

Summary

Gets or sets a value that indicates the size of the neighborhood used for blurring each pixel of the image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Radius {get; set;}
Public Property Radius As Integer
public int Radius {get; set;}
@property (nonatomic, assign) NSInteger radius
public int getRadius() 
public void setRadius(int value) 
get_Radius(); 
set_Radius(value); 
Object.defineProperty('Radius'); 
public: 
property int Radius { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that indicates the size of the neighborhood used for blurring each pixel of the image.

Example

Refer to UnsharpMaskCommand.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Effects Assembly
Click or drag to resize