Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Point2F Structure / Addition Operator / Addition(Point2F,Vector2) Operator

In This Topic
    Addition(Point2F,Vector2) Operator
    In This Topic
    Returns the result of addition of the given offset to the specified point.
    Syntax
    'Declaration
     
    Overloads Public Operator +( _
       ByVal pt As Point2F, _
       ByVal offset As Vector2 _
    ) As Point2F
    public Point2F operator +( 
       Point2F pt,
       Vector2 offset
    )

    Parameters

    pt
    offset
    See Also