C# Class eu.sig.training.ch05.boardpanel.v2.Rectangle

ファイルを表示 Open project: oreillymedia/building_maintainable_software

Public Methods

Method Description
Rectangle ( Point position, int width, int height ) : System.Drawing

Method Details

Rectangle() public method

public Rectangle ( Point position, int width, int height ) : System.Drawing
position System.Drawing.Point
width int
height int
return System.Drawing