Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
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 
C++/CLI 
public enum class SubtractBackgroundCommandBitmapEffectsType : public Enum 
XAML Attributes Usage 

<object property=EnumerationValue .../>

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, Windows Server 2003 family, Windows Server 2008 family

See Also