LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

DrawStarCommandFlags Enumeration

Show in webframe







Flags that indicate the direction of the rays.

Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum DrawStarCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DrawStarCommandFlags
[FlagsAttribute()]
public enum DrawStarCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.ImageProcessing.SpecialEffects.DrawStarCommandFlags = function() { };
Leadtools.ImageProcessing.SpecialEffects.DrawStarCommandFlags.prototype = {
Inside = 0x00000000, Outside = 0x00000001, Inner = 0x00000010, };
[FlagsAttribute()]
public enum class DrawStarCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.SpecialEffects.DrawStarCommandFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.