Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Media.Animation Namespace / AnimationRate Structure / Subtract Method


In This Topic
    Subtract Method
    In This Topic
    Subtracts the specified AnimationRate from this instance.
    Syntax
    'Declaration
     
    Public Function Subtract( _
       ByVal animationRate As AnimationRate _
    ) As AnimationRate
    'Usage
     
    Dim instance As AnimationRate
    Dim animationRate As AnimationRate
    Dim value As AnimationRate
     
    value = instance.Subtract(animationRate)
    public AnimationRate Subtract( 
       AnimationRate animationRate
    )

    Parameters

    animationRate

    Return Value

    An AnimationRate whose value is the result of the value of this instance minus the value of animationRate.
    Requirements

    Target Platforms: Windows 11, Windows 10, 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

    See Also