←Select platform

Flags Property

Summary

Sets or gets the flags that specify the desired histogram shape for the image tiles.

Syntax
C#
VB
Objective-C
C++
Java
public CLAHECommandFlags Flags { get; set; } 
Public Property Flags As CLAHECommandFlags 
@property (nonatomic, assign) LTCLAHECommandFlags flags 
public void setFlags(int value) 
public int getFlags() 
public: 
property CLAHECommandFlags Flags { 
   CLAHECommandFlags get(); 
   void set (    CLAHECommandFlags ); 
} 

Property Value

One of the CLAHECommandFlags enumeration members.

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