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

Show in webframe

matrixLength Property (BinaryFilterCommand)








Gets or sets the length of the matrix array
Syntax
public uint matrixLength {get; set;}
'Declaration
 
Public Property matrixLength As UInteger
'Usage
 
Dim instance As BinaryFilterCommand
Dim value As UInteger
 
instance.matrixLength = value
 
value = instance.matrixLength
public uint matrixLength {get; set;}
@property (nonatomic, assign) NSUInteger matrixLength
 <br/>get_matrixLength();<br/>set_matrixLength(value);<br/>Object.defineProperty('matrixLength_ObjectiveC'); 
public:
property uint matrixLength {
   uint get();
   void set (    uint value);
}

Property Value

A Int32 that specifies the length of the array in the Matrix property.
Requirements

Target Platforms

See Also

Reference

BinaryFilterCommand Class
BinaryFilterCommand Members

Error processing SSI file