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

Show in webframe

Width Property (FourierTransformInformation)








Gets the width of the 2D array in pixels.
Syntax
public int Width {get;}
'Declaration
 
Public ReadOnly Property Width As Integer
'Usage
 
Dim instance As FourierTransformInformation
Dim value As Integer
 
value = instance.Width
public int Width {get;}
@property (nonatomic, assign, readonly) NSUInteger width
public int getWidth()
 get_Width(); 
public:
property int Width {
   int get();
}

Property Value

Width of the 2D array in pixels.
Example
Refer to FastFourierTransformCommand()
Requirements

Target Platforms

See Also

Reference

FourierTransformInformation Class
FourierTransformInformation Members

Error processing SSI file