C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / Size2L Structure / Add Method

In This Topic
Add Method (Size2L)
In This Topic
Adds the width and height of one Size2L structure to the width and height of another Size2L structure.
Syntax
'Declaration
 
Public Shared Function Add( _
   ByVal sz1 As Size2L, _
   ByVal sz2 As Size2L _
) As Size2L
 

Parameters

sz1
sz2
See Also