←Select platform

DrawStarCommandFlags Enumeration

Summary
Flags that indicate the direction of the rays.

Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum DrawStarCommandFlags 
[FlagsAttribute()] 
public enum class DrawStarCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class DrawStarCommandFlags(Enum): 
   Inside = 0 
   Outside = 1 
   Inner = 16 
Members
ValueMemberDescription
0x00000000InsideThe rays are directed toward the center of the star.
0x00000001OutsideThe rays are directed out from the center of the star.
0x00000010InnerThe rays fill the star outward from the center. This flag can only be used with Outside.
Remarks

You can use a bitwise OR ( ¦ ) to specify one flag from each group.

Group Flags
Rays direction Inside, Outside
Fill rays Inner
Requirements

Target Platforms

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

Leadtools.ImageProcessing.SpecialEffects Assembly

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