C# Class CrossUI.DrawingElementsExtensions

Datei anzeigen Open project: pragmatrix/CrossUI

Public Methods

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

Method Details

Text() public static method

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
return void