C# Class LineG, NewTOAPIA

Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Свойство Type Description
EndPoint Point
EndPoint System.Drawing.Point
StartPoint Point
StartPoint System.Drawing.Point

Méthodes publiques

Méthode Description
LineG ( Point point1, Point point2 ) : System
LineG ( System point1, System point2 ) : System

Method Details

LineG() public méthode

public LineG ( Point point1, Point point2 ) : System
point1 Point
point2 Point
Résultat System

LineG() public méthode

public LineG ( System point1, System point2 ) : System
point1 System
point2 System
Résultat System

Property Details

EndPoint public_oe property

public Point EndPoint
Résultat Point

EndPoint public_oe property

public Point,System.Drawing EndPoint
Résultat System.Drawing.Point

StartPoint public_oe property

public Point StartPoint
Résultat Point

StartPoint public_oe property

public Point,System.Drawing StartPoint
Résultat System.Drawing.Point