C# Class PixelFarm.Drawing.Point

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Offset ( int dx, int dy ) : void
Point ( int x, int y )
ToString ( ) : string
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 ( int x, int y )
x int
y int

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

public static Point,PixelFarm.Drawing Empty
Résultat Point