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

Show in webframe

MatrixLength Property (UserFilterCommand)








Get or set the length of matrix array
Syntax
public uint MatrixLength {get; set;}
'Declaration
 
Public Property MatrixLength As UInteger
'Usage
 
Dim instance As UserFilterCommand
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

An Int32 that specifies the length of the array in matrix property
Requirements

Target Platforms

See Also

Reference

UserFilterCommand Class
UserFilterCommand Members

Error processing SSI file