Leadtools.ImageProcessing.Core Namespace > FourierTransformDisplayCommand Class : FourierTransformInformation Property |
public FourierTransformInformation FourierTransformInformation {get; set;}
'Declaration Public Property FourierTransformInformation As FourierTransformInformation
'Usage Dim instance As FourierTransformDisplayCommand Dim value As FourierTransformInformation instance.FourierTransformInformation = value value = instance.FourierTransformInformation
public FourierTransformInformation FourierTransformInformation {get; set;}
get_FourierTransformInformation();
set_FourierTransformInformation(value);
Object.defineProperty('FourierTransformInformation');
public: property FourierTransformInformation^ FourierTransformInformation { FourierTransformInformation^ get(); void set ( FourierTransformInformation^ value); }