| Visual Basic (Declaration) | |
|---|---|
Public Enum SubtractBackgroundCommandType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum SubtractBackgroundCommandType : Enum | |
| C++/CLI | |
|---|---|
public enum class SubtractBackgroundCommandType : public Enum | |
| Member | Description |
|---|---|
| DependOnRollingBallSize | The shrink size depends on the ball size. |
| NoShrinking | No Resize (Highest accuracy). |
| OneToTwo | Resize to half width and height. |
| OneToFour | Resize to quarter width and height. |
| OneToEight | Resize to eighth width and height (very fast). |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.SubtractBackgroundCommandType
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family