←Select platform

Dimension Property

Summary

Gets or sets the dimensions of the neighborhood used for filtering (Dimension x Dimension), in pixels.

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

Dimensions of the neighborhood used for filtering (Dimension x Dimension), in pixels. This property only accepts positive values.

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