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

    Show / Hide Table of Contents

    Subtraction Operator

    Subtraction(Point, Int32Size)

    Translates a Point by the negative of a given Int32Size.

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

    Subtraction(Point, Size)

    Translates a Point by the negative of a given Size.

    Declaration
    public static Point operator -(Point pt, Size sz)
    Parameters
    Type Name Description
    Point pt
    Size sz
    Returns
    Type Description
    Point
    In This Article
    Back to top Documentation Licensing Info Copyright AlterNET Software