C# Class Graphics.Data.Rectangle

Inheritance: Polygon
ファイルを表示 Open project: softservedata/PMP412016

Public Methods

Method Description
Rectangle ( Point leftUp, Point rightDown, Point point ) : System
Rectangle ( Point leftUp, Point rightDown, Vector normal ) : System

Method Details

Rectangle() public method

public Rectangle ( Point leftUp, Point rightDown, Point point ) : System
leftUp Point
rightDown Point
point Point
return System

Rectangle() public method

public Rectangle ( Point leftUp, Point rightDown, Vector normal ) : System
leftUp Point
rightDown Point
normal Vector
return System