C# Class No.UI.Point

Represents a point within the Cartesian coordinate space.
Afficher le fichier Open project: hexafluoride/no

Méthodes publiques

Свойство Type Description
Empty Point

Méthodes publiques

Méthode Description
Point ( int x, int y ) : System

Creates a Point with the given coordinates.

operator ( ) : Point

Method Details

Point() public méthode

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.
Résultat System

operator() public static méthode

public static operator ( ) : Point
Résultat Point

Property Details

Empty public_oe static_oe property

A Point with the coordinates (0,0).
public static Point Empty
Résultat Point