C# Class CrossUI.DrawingElementsExtensions

Afficher le fichier Open project: pragmatrix/CrossUI

Méthodes publiques

Méthode Description
Text ( this _, string text, double x, double y, double width, double height ) : void

Method Details

Text() public static méthode

public static Text ( this _, string text, double x, double y, double width, double height ) : void
_ this
text string
x double
y double
width double
height double
Résultat void