←Select platform

FreeRadialBendCommandFlags Enumeration

Summary
Flags that indicate how to handle peripherally exposed areas and areas exposed inside the surface. This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum FreeRadialBendCommandFlags 
[FlagsAttribute()] 
public enum class FreeRadialBendCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class FreeRadialBendCommandFlags(Enum): 
   Color = 0 
   Color = 0 
   Rotate, Repeat = 1 
   Rotate, NoChange = 2 
   Rotate, WithoutRotate = 16 
Members
ValueMemberDescription
0x00000000ColorFill any exposed areas with the fill color.
0x00000000RotateRotate the image inside the surface pattern.
0x00000001RepeatStretch the image edges to fill the exposed area.
0x00000002NoChangeLeave the exposed area as is, without changing it.
0x00000010WithoutRotateFill the exposed center the same way the peripherally exposed areas are filled.
Remarks

You can use a bitwise OR ( ¦ ) to specify one flag from each group.

Group Flags
Flags that indicate how to handle peripherally exposed areas Color, Repeat, NoChange
Flags that indicate how to handle exposed areas inside the surface Rotate, WithoutRotate
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly

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