C# Class LabelPlus.LabelItem

Afficher le fichier Open project: noodlefighter/LabelPlus Class Usage Examples

Méthodes publiques

Свойство Type Description
Category int
Text string
X_percent float
Y_percent float

Méthodes publiques

Méthode Description
LabelItem ( float x_percent, float y_percent, string text, int category ) : System

Method Details

LabelItem() public méthode

public LabelItem ( float x_percent, float y_percent, string text, int category ) : System
x_percent float
y_percent float
text string
category int
Résultat System

Property Details

Category public_oe property

public int Category
Résultat int

Text public_oe property

public string Text
Résultat string

X_percent public_oe property

public float X_percent
Résultat float

Y_percent public_oe property

public float Y_percent
Résultat float