Subtraction Operator (Size)
In This Topic
Subtracts one Size structure from another.
Syntax
'Declaration
Public Operator -( _
ByVal As Size, _
ByVal As Size _
) As Size
public Size operator -(
Size ,
Size
)
Parameters
- sz1
- The Size that is subtracted from.
- sz2
- The Size that is subtracted.
Return Value
A Size representing the result of the subtraction.
See Also