←Select platform

DrawStarCommandFlags Enumeration

Summary
Flags that indicate the direction of the rays.

Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum DrawStarCommandFlags 
  
<FlagsAttribute()> 
Public Enum DrawStarCommandFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum class DrawStarCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly

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