C# Class LiveCharts.Dtos.CoreRectangle

Afficher le fichier Open project: beto-rodriguez/Live-Charts Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the CoreRectangle class.
public CoreRectangle ( ) : System
Résultat System

CoreRectangle() public méthode

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.
Résultat System