Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

Dimension Property (BinaryFilterCommand)








Gets the dimensions of the filter.
Syntax
public int Dimension {get;}
'Declaration
 
Public ReadOnly Property Dimension As Integer
'Usage
 
Dim instance As BinaryFilterCommand
Dim value As Integer
 
value = instance.Dimension
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
Example
Refer to BinaryFilterCommand(bool,int[])
Requirements

Target Platforms

See Also

Reference

BinaryFilterCommand Class
BinaryFilterCommand Members

Error processing SSI file