ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Wpf Assembly / GrapeCity.Viewer.Common Namespace / Size Structure / Addition Operator
The size to enlarge.
The offset.

In This Topic
    Addition Operator (Size)
    In This Topic
    Enlarge the size by specified value.
    Syntax
    'Declaration
     
    Public Operator +( _
       ByVal size As Size, _
       ByVal offset As Size _
    ) As Size
    public Size operator +( 
       Size size,
       Size offset
    )

    Parameters

    size
    The size to enlarge.
    offset
    The offset.
    See Also