←Select platform

Dimension Property

Summary

Gets or sets the size of the averaging neighborhood.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Dimension", IsRequired=true)] 
public int Dimension { get; set; } 
  
<DataMemberAttribute(Name="Dimension", IsRequired=True)> 
Public Property Dimension As Integer 
[DataMemberAttribute(Name="Dimension", IsRequired=true)] 
public: 
property int Dimension { 
   int get(); 
   void set (    int ); 
} 

Property Value

Size of the averaging neighborhood. It is the length, in pixels, of one side of a square.

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