Method | Description | |
---|---|---|
BeginPath ( ) : void | ||
BeginRender ( float width, float height ) : void | ||
BezierCurveTo ( float cp1x, float cp1y, float cp2x, float cp2y, float x, float y ) : void | ||
ClosePath ( ) : void | ||
EndRender ( ) : object | ||
Fill ( ) : void | ||
FillCircle ( float x, float y, float radius ) : void | ||
FillMusicFontSymbol ( float x, float y, float scale, MusicFontSymbol symbol ) : void | ||
FillRect ( float x, float y, float w, float h ) : void | ||
FillText ( string text, float x, float y ) : void | ||
Html5Canvas ( ) : System | ||
LineTo ( float x, float y ) : void | ||
MeasureText ( string text ) : float | ||
MoveTo ( float x, float y ) : void | ||
OnPreRender ( ) : object | ||
OnRenderFinished ( ) : object | ||
QuadraticCurveTo ( float cpx, float cpy, float x, float y ) : void | ||
Stroke ( ) : void | ||
StrokeRect ( float x, float y, float w, float h ) : void |
public BeginRender ( float width, float height ) : void | ||
width | float | |
height | float | |
return | void |
public BezierCurveTo ( float cp1x, float cp1y, float cp2x, float cp2y, float x, float y ) : void | ||
cp1x | float | |
cp1y | float | |
cp2x | float | |
cp2y | float | |
x | float | |
y | float | |
return | void |
public FillCircle ( float x, float y, float radius ) : void | ||
x | float | |
y | float | |
radius | float | |
return | void |
public FillMusicFontSymbol ( float x, float y, float scale, MusicFontSymbol symbol ) : void | ||
x | float | |
y | float | |
scale | float | |
symbol | MusicFontSymbol | |
return | void |
public FillRect ( float x, float y, float w, float h ) : void | ||
x | float | |
y | float | |
w | float | |
h | float | |
return | void |
public FillText ( string text, float x, float y ) : void | ||
text | string | |
x | float | |
y | float | |
return | void |
public QuadraticCurveTo ( float cpx, float cpy, float x, float y ) : void | ||
cpx | float | |
cpy | float | |
x | float | |
y | float | |
return | void |
public StrokeRect ( float x, float y, float w, float h ) : void | ||
x | float | |
y | float | |
w | float | |
h | float | |
return | void |