C# Class TreeGraphGenerator.RectangleD

Afficher le fichier Open project: EFanZh/EFanZh Class Usage Examples

Méthodes publiques

Méthode Description
RectangleD ( PointD location, SizeD size ) : System.Drawing
RectangleD ( double x, double y, double width, double height ) : System.Drawing

Method Details

RectangleD() public méthode

public RectangleD ( PointD location, SizeD size ) : System.Drawing
location PointD
size SizeD
Résultat System.Drawing

RectangleD() public méthode

public RectangleD ( double x, double y, double width, double height ) : System.Drawing
x double
y double
width double
height double
Résultat System.Drawing