LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

matrixLength Property (BinaryFilterCommand)

Show in webframe







Get or set the length of 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) unsigned int matrixLength;

            
 
get_matrixLength();
set_matrixLength(value);
Object.defineProperty('matrixLength_objectivec');
public:
property uint matrixLength {
   uint get();
   void set (    uint value);
}

Property Value

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

Target Platforms

See Also

Reference

BinaryFilterCommand Class
BinaryFilterCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.