LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

RingEffectCommandFlags Enumeration






This enumeration controls the RingEffectCommand behavior. These values can be OR-ed together, unless otherwise specified .NET support WinRT support
Syntax
[FlagsAttribute()]
public enum RingEffectCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum RingEffectCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RingEffectCommandFlags
[FlagsAttribute()]
public enum RingEffectCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.ImageProcessing.SpecialEffects.RingEffectCommandFlags = function() { };
Leadtools.ImageProcessing.SpecialEffects.RingEffectCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class RingEffectCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
ColorControls the output of rings which have undefined areas. Fill the undefined areas with color that is stored in the Color property of the RingEffectCommand class, or the color parameter of the appropriate RingEffectCommand Constructor. If you use this flag, do not use the Repeat flag or the NoChange flag.
FixedAngleRotate each ring against the inner ring by a fixed rotation angle specified in the Angle property of the RingEffectCommand class or the angle parameter of the appropriate RingEffectCommand Constructor.
MaxRadiusIndicates that the Radius property of the RingEffectCommand class (or the radius parameter of the appropriate RingEffectCommand Constructor) contains the maximum radius, in pixels, that corresponds to the external ring. In this case, the width of each ring is (radius value / (ring count value + 1)). If you use this flag, do not use the Radius flag.
NoChangeControls the output of rings which have undefined areas. Leave the edge pixels unchanged. If you rotate an incomplete ring, the original image pixels will remain in places where you would have undefined portions of the ring. If you use this flag, do not use the Color flag or the Repeat flag.
RadiusIndicates that Radius property of the RingEffectCommand class or the radius parameter of the appropriate RingEffectCommand Constructor contains the width of each ring, in pixels. If you use this flag, do not use the MaxRadius flag.
RepeatControls the output of rings which have undefined areas. Repeat the edges of the region and fill these values in the undefined areas. The edge will be repeated halfway throughout the missing portion of the ring. If you use this flag, do not use the Color flag or the NoChange flag.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.