←Select platform

Radius Property

Summary

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

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Radius", IsRequired=true)] 
public int Radius { get; set; } 
  
<DataMemberAttribute(Name="Radius", IsRequired=True)> 
Public Property Radius As Integer 
[DataMemberAttribute(Name="Radius", IsRequired=true)] 
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.

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.Services.ImageProcessing.DataContracts Assembly