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

    Show / Hide Table of Contents

    Explicit Operator

    Explicit(Size to Point)

    Converts the specified Size to a Point.

    Declaration
    public static explicit operator Point(Size size)
    Parameters
    Type Name Description
    Size size
    Returns
    Type Description
    Point

    Explicit(Vector2 to Size)

    Converts the specified System.Numerics.Vector2 to a Size.

    Declaration
    public static explicit operator Size(Vector2 vector)
    Parameters
    Type Name Description
    System.Numerics.Vector2 vector
    Returns
    Type Description
    Size
    In This Article
    Back to top Documentation Licensing Info Copyright AlterNET Software