ComponentOne Bitmap for WPF
Add Method (Size2F)

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > Size2F Structure : Add Method
Adds the width and height of one Size2F structure to the width and height of another Size2F structure.
Syntax
'Declaration
 
Public Shared Function Add( _
   ByVal sz1 As Size2F, _
   ByVal sz2 As Size2F _
) As Size2F
public static Size2F Add( 
   Size2F sz1,
   Size2F sz2
)

Parameters

sz1
sz2
See Also

Reference

Size2F Structure
Size2F Members