C# Class TreeGraphGenerator.RectangleD

Exibir arquivo Open project: EFanZh/EFanZh Class Usage Examples

Public Methods

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

Method Details

RectangleD() public method

public RectangleD ( PointD location, SizeD size ) : System.Drawing
location PointD
size SizeD
return System.Drawing

RectangleD() public method

public RectangleD ( double x, double y, double width, double height ) : System.Drawing
x double
y double
width double
height double
return System.Drawing