C# Class LiveCharts.Dtos.CoreRectangle

Show file Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Methods

Method Description
CoreRectangle ( ) : System

Initializes a new instance of the CoreRectangle class.

CoreRectangle ( double left, double top, double width, double height ) : System

Initializes a new instance of the CoreRectangle class.

Method Details

CoreRectangle() public method

Initializes a new instance of the CoreRectangle class.
public CoreRectangle ( ) : System
return System

CoreRectangle() public method

Initializes a new instance of the CoreRectangle class.
public CoreRectangle ( double left, double top, double width, double height ) : System
left double The left.
top double The top.
width double The width.
height double The height.
return System