←Select platform

HalfTonePatternCommandType Enumeration

Summary
This enumeration contains the possible halftone patterns.
Syntax
C#
Objective-C
C++/CLI
Python
public enum HalfTonePatternCommandType   
typedef NS_ENUM(NSUInteger, LTHalfTonePatternCommandType) { 
 LTHalfTonePatternCommandTypeNone = 0x0000,  
 LTHalfTonePatternCommandTypeDot = 0x0001, //HTPATTERN_DOT 
 LTHalfTonePatternCommandTypeLine = 0x0002, //HTPATTERN_LINE 
 LTHalfTonePatternCommandTypeCircle = 0x0003, //HTPATTERN_CIRCLE 
 LTHalfTonePatternCommandTypeEllipse = 0x0004, //HTPATTERN_ELLIPSE 
}; 
public enum class HalfTonePatternCommandType   
class HalfTonePatternCommandType(Enum): 
   None = 0 
   Dot = 1 
   Line = 2 
   Circle = 3 
   Ellipse = 4 
Members
ValueMemberDescription
0None No Flags selected.
1Dot Dot pattern.
2Line Line pattern.
3Circle Circular pattern.
4Ellipse Elliptical pattern.
Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.