←Select platform

Dimension Property (AverageCommand)

Summary

Gets or sets the size of the averaging neighborhood.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Dimension {get; set;}
Public Property Dimension As Integer
public int Dimension {get; set;}
@property (nonatomic, assign) NSUInteger dimension
public int getDimension() 
public void setDimension(int value) 
get_Dimension(); 
set_Dimension(value); 
Object.defineProperty('Dimension'); 
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.

Example

Refer to AverageCommand.

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