←Select platform

FreePlaneBendCommandFlags Enumeration

Summary
Flags that indicate how to handle exposed areas and the plane along which to stretch the pixels. This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum FreePlaneBendCommandFlags 
[FlagsAttribute()] 
public enum class FreePlaneBendCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class FreePlaneBendCommandFlags(Enum): 
   Color = 0 
   Repeat = 1 
   NoChange = 2 
   Horizontal = 16 
   Vertical = 32 
   HorizontalVertical = 48 
Members
ValueMemberDescription
0x00000000ColorFill any exposed areas with the fill color.
0x00000001RepeatStretch the image edges to fill the exposed area.
0x00000002NoChangeLeave the exposed area as is, without changing it.
0x00000010HorizontalStretch the pixels along the vertical plane.
0x00000020VerticalStretch the pixels along the horizontal plane.
0x00000030HorizontalVerticalStretch the pixels along the horizontal and vertical plane.
Remarks

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

Group Flags
Flags that indicate how to handle exposed areas Color, Repeat, NoChange
Flags that indicate the plane in which the stretching is to occur Horizontal, Vertical, HorizontalVertical
Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.