ActiveReports 8
Addition Operator
See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common Namespace > Size Structure : Addition Operator

size
offset

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Operator +( _
   ByVal size As Size, _
   ByVal offset As Size _
) As Size
C# 
public Size operator +( 
   Size size,
   Size offset
)

Parameters

size
offset

Requirements

Target Platforms: 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