←Select platform

DrawStarCommandFlags Enumeration

Summary

Flags that indicate the direction of the rays.

Syntax

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

Leadtools.ImageProcessing.SpecialEffects Assembly