C# Class DotNetWebToolkit.Web.CanvasRenderingContext2DExtensions

Mostra file Open project: chrisdunelm/DotNetWebToolkit

Public Methods

Method Description
FillText ( this ctx, string text, double y ) : void

Method Details

FillText() public static method

public static FillText ( this ctx, string text, double y ) : void
ctx this
text string
y double
return void