C# Class LitDev.Segment

Afficher le fichier Open project: litdev1/LitDev

Méthodes publiques

Свойство Type Description
chart string
label string
x double

Méthodes publiques

Méthode Description
Segment ( double x, double y, double w, double h, string chart, string label ) : System

Method Details

Segment() public méthode

public Segment ( double x, double y, double w, double h, string chart, string label ) : System
x double
y double
w double
h double
chart string
label string
Résultat System

Property Details

chart public_oe property

public string chart
Résultat string

label public_oe property

public string label
Résultat string

x public_oe property

public double x
Résultat double