C# Class DotNetWebToolkit.Web.CanvasRenderingContext2DExtensions

Afficher le fichier Open project: chrisdunelm/DotNetWebToolkit

Méthodes publiques

Méthode Description
FillText ( this ctx, string text, double y ) : void

Method Details

FillText() public static méthode

public static FillText ( this ctx, string text, double y ) : void
ctx this
text string
y double
Résultat void