Leadtools.ImageProcessing.SpecialEffects Namespace : PunchCommandFlags Enumeration |
[FlagsAttribute()] public enum PunchCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum PunchCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As PunchCommandFlags
[FlagsAttribute()] public enum PunchCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.PunchCommandFlags = function() { }; Leadtools.ImageProcessing.SpecialEffects.PunchCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class PunchCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Color | Fill any exposed areas with the color stored in the FillColor property of the PunchCommand class (or the fillColor parameter of the appropriate Constructor). |
NoChange | Leave the exposed area as is, without changing it. |
Repeat | Stretch the image edges to fill the exposed area. |
Rotate | Rotate the image inside the pinch pattern. |
WithoutRotate | Fill the exposed center the same way the peripherally exposed areas are filled. |
Group | Flags |
Peripherally Exposed Areas | Color, Repeat, NoChange |
Centrally Exposed Areas | Rotate, WithoutRotate |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.PunchCommandFlags
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