This enumeration controls the RingEffectCommand behavior. These values can be OR-ed together, unless otherwise specified
[FlagsAttribute()]
public enum RingEffectCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
<FlagsAttribute()>
Public Enum RingEffectCommandFlags
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()]
public enum RingEffectCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.RingEffectCommandFlags = function() { };
Leadtools.ImageProcessing.SpecialEffects.RingEffectCommandFlags.prototype = {
Color = 0x00000000,
Repeat = 0x00000001,
NoChange = 0x00000002,
FixedAngle = 0x00000010,
Radius = 0x00000100,
MaxRadius = 0x00000200,
};
[FlagsAttribute()]
public enum class RingEffectCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0x00000000 | Color | Controls 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. |
0x00000001 | Repeat | Controls 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. |
0x00000002 | NoChange | Controls 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. |
0x00000010 | FixedAngle | Rotate 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. |
0x00000100 | Radius | Indicates 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. |
0x00000200 | MaxRadius | Indicates 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. |
Products |
Support |
Feedback: RingEffectCommandFlags Enumeration - Leadtools.ImageProcessing.SpecialEffects |
Introduction |
Help Version 19.0.2017.3.21
|
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.