• Overview
  • How it works
  • Documentation
  • Blog
  • Forum
Search Results for

    Show / Hide Table of Contents

    Addition Operator

    Addition(Point, Int32Size)

    Translates a Point by a given Int32Size.

    Declaration
    public static Point operator +(Point pt, Int32Size sz)
    Parameters
    Type Name Description
    Point pt
    Int32Size sz
    Returns
    Type Description
    Point

    Addition(Point, Size)

    Translates a Point by a given Size.

    Declaration
    public static Point operator +(Point pt, Size sz)
    Parameters
    Type Name Description
    Point pt
    Size sz
    Returns
    Type Description
    Point

    Addition(Point, Double)

    Moves a Point by a given value.

    Declaration
    public static Point operator +(Point pt, double offset)
    Parameters
    Type Name Description
    Point pt
    System.Double offset
    Returns
    Type Description
    Point
    In This Article
    Back to top Documentation Licensing Info Copyright AlterNET Software