←Select platform

Dimension Property

Summary

Gets the dimensions of the filter.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Dimension { get; } 
Public ReadOnly Property Dimension As Integer 
public int Dimension {get;} 
@property (nonatomic, assign, readonly) NSUInteger dimension 
public int getDimension() 
 get_Dimension();  
public: 
property int Dimension { 
   int get(); 
} 

Property Value

The size (number of rows and columns) of the matrix

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.ImageProcessing.Effects Assembly