C# Class BitmapReader.Classes.Point

Afficher le fichier Open project: egeozcan/DrawThatThing Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty Point
IsEmpty bool
X int
Y int

Méthodes publiques

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

Private Methods

Méthode Description
Point ( bool setEmpty )

Method Details

Point() public méthode

public Point ( )

Point() public méthode

public Point ( int x, int y )
x int
y int

operator() public static méthode

public static operator ( ) : Point
Résultat Point

Property Details

Empty public_oe static_oe property

public static Point,BitmapReader.Classes Empty
Résultat Point

IsEmpty public_oe property

public bool IsEmpty
Résultat bool

X public_oe property

public int X
Résultat int

Y public_oe property

public int Y
Résultat int