Leadtools.ImageProcessing.SpecialEffects Namespace : FreePlaneBendCommandFlags Enumeration |
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()] public enum FreePlaneBendCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum FreePlaneBendCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As FreePlaneBendCommandFlags
[FlagsAttribute()] public enum FreePlaneBendCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.FreePlaneBendCommandFlags = function() { }; Leadtools.ImageProcessing.SpecialEffects.FreePlaneBendCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class FreePlaneBendCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Color | Fill any exposed areas with the fill color. |
Horizontal | Stretch the pixels along the vertical plane. |
HorizontalVertical | Stretch the pixels along the horizontal and vertical plane. |
NoChange | Leave the exposed area as is, without changing it. |
Repeat | Stretch the image edges to fill the exposed area. |
Vertical | Stretch the pixels along the horizontal plane. |
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 |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.FreePlaneBendCommandFlags
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