dotnetCHARTING Send comments on this topic.
Subtract(Element,Element) Method
See Also 
dotnetCHARTING Namespace > Element Class > Subtract Method : Subtract(Element,Element) Method


lhs
An element.
rhs
An element.
Subtracts an element from another.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Subtract( _
   ByVal lhs As Element, _
   ByVal rhs As Element _
) As Element
Visual Basic (Usage)Copy Code
Dim lhs As Element
Dim rhs As Element
Dim value As Element
 
value = Element.Subtract(lhs, rhs)
C# 
public static Element Subtract( 
   Element lhs,
   Element rhs
)

Parameters

lhs
An element.
rhs
An element.

Remarks

All properties of lsh are copied to the resulting element, then rhs properties are trickled to the resulting element.

See Also

© 2010 All Rights Reserved.