←Select platform

Dimension Property

Summary
Gets or sets the dimensions of the neighborhood used for filtering (Dimension x Dimension), in pixels.
Syntax
C#
VB
Objective-C
C++
Java
public int Dimension { get; set; } 
Public Property Dimension As Integer 
@property (nonatomic, assign) NSUInteger dimension 
public int getDimension() 
public void setDimension(int value) 
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 accepts only positive values.

Example

Refer to MaximumCommand.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.