←Select platform

Flags Property

Summary

Gets or sets flags that indicate the data to be shown and the plotting scale. You can use a bit-wise OR ( ¦ ) to specify one flag from each group.

Syntax
C#
VB
Objective-C
C++
public FourierTransformDisplayCommandFlags Flags { get; set; } 
Public Property Flags As FourierTransformDisplayCommandFlags 
@property (nonatomic, assign) LTFourierTransformDisplayCommandFlags flags 

Property Value

Flags that indicate the data to be shown and the plotting scale. You can use a bit-wise OR ( ¦ ) to specify one flag from each group.

Example

Refer to FourierTransformDisplayCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly