C# Class Papyrus.Types.Point

Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Offset ( int dx, int dy ) : void
Point ( Size size ) : System
Point ( int dw ) : System
Point ( int x, int y ) : System
ToString ( ) : string
operator ( ) : Point
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Offset() public méthode

public Offset ( int dx, int dy ) : void
dx int
dy int
Résultat void

Point() public méthode

public Point ( Size size ) : System
size Size
Résultat System

Point() public méthode

public Point ( int dw ) : System
dw int
Résultat System

Point() public méthode

public Point ( int x, int y ) : System
x int
y int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : Point
Résultat Point

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

public static Point Empty
Résultat Point

X public_oe property

public int X
Résultat int

Y public_oe property

public int Y
Résultat int