Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
SubtractBackgroundCommandBitmapEffectsType Enumeration
See Also  
Leadtools.Windows.Media.Effects.Core Namespace : SubtractBackgroundCommandBitmapEffectsType Enumeration





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
Visual Basic (Usage)Copy Code
Dim instance As SubtractBackgroundCommandBitmapEffectsType
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

MemberDescription
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).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Media.Effects.Core.SubtractBackgroundCommandBitmapEffectsType

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also