C# Класс No.UI.Point

Represents a point within the Cartesian coordinate space.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Empty Point

Открытые методы

Метод Описание
Point ( int x, int y ) : System

Creates a Point with the given coordinates.

operator ( ) : Point

Описание методов

Point() публичный Метод

Creates a Point with the given coordinates.
public Point ( int x, int y ) : System
x int The X axis of the Point.
y int The Y axis of the Point.
Результат System

operator() публичный статический Метод

public static operator ( ) : Point
Результат Point

Описание свойств

Empty публичное статическое свойство

A Point with the coordinates (0,0).
public static Point Empty
Результат Point