Enumerated values that represent the shrink size ratio used
to minimize the image internally in order to increase the speed with little loss of accuracy.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Enum SubtractBackgroundCommandBitmapEffectsType
Inherits Enum |
| C# | |
|---|
public enum SubtractBackgroundCommandBitmapEffectsType : Enum |
| Managed Extensions for C++ | |
|---|
__value public enum SubtractBackgroundCommandBitmapEffectsType : public Enum |
| C++/CLI | |
|---|
public enum class SubtractBackgroundCommandBitmapEffectsType : public Enum |
| XAML Attributes Usage | |
|---|
<object property=EnumerationValue .../> |
Members
Inheritance Hierarchy
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003
See Also