![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
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;}
@property (nonatomic, strong, null_unspecified) LTFourierTransformInformation *fourierTransformInformation
<br/>get_FourierTransformInformation();<br/>set_FourierTransformInformation(value);<br/>Object.defineProperty('FourierTransformInformation');
public: property FourierTransformInformation^ FourierTransformInformation { FourierTransformInformation^ get(); void set ( FourierTransformInformation^ value); }