C# 클래스 AlphaTab.Platform.JavaScript.Html5Canvas

A canvas implementation for HTML5 canvas
상속: SharpKit.Html.HtmlContext, ICanvas
파일 보기 프로젝트 열기: CoderLine/alphaTab

공개 메소드들

메소드 설명
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

메소드 상세

BeginPath() 공개 메소드

public BeginPath ( ) : void
리턴 void

BeginRender() 공개 메소드

public BeginRender ( float width, float height ) : void
width float
height float
리턴 void

BezierCurveTo() 공개 메소드

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
리턴 void

ClosePath() 공개 메소드

public ClosePath ( ) : void
리턴 void

EndRender() 공개 메소드

public EndRender ( ) : object
리턴 object

Fill() 공개 메소드

public Fill ( ) : void
리턴 void

FillCircle() 공개 메소드

public FillCircle ( float x, float y, float radius ) : void
x float
y float
radius float
리턴 void

FillMusicFontSymbol() 공개 메소드

public FillMusicFontSymbol ( float x, float y, float scale, MusicFontSymbol symbol ) : void
x float
y float
scale float
symbol MusicFontSymbol
리턴 void

FillRect() 공개 메소드

public FillRect ( float x, float y, float w, float h ) : void
x float
y float
w float
h float
리턴 void

FillText() 공개 메소드

public FillText ( string text, float x, float y ) : void
text string
x float
y float
리턴 void

Html5Canvas() 공개 메소드

public Html5Canvas ( ) : System
리턴 System

LineTo() 공개 메소드

public LineTo ( float x, float y ) : void
x float
y float
리턴 void

MeasureText() 공개 메소드

public MeasureText ( string text ) : float
text string
리턴 float

MoveTo() 공개 메소드

public MoveTo ( float x, float y ) : void
x float
y float
리턴 void

OnPreRender() 공개 메소드

public OnPreRender ( ) : object
리턴 object

OnRenderFinished() 공개 메소드

public OnRenderFinished ( ) : object
리턴 object

QuadraticCurveTo() 공개 메소드

public QuadraticCurveTo ( float cpx, float cpy, float x, float y ) : void
cpx float
cpy float
x float
y float
리턴 void

Stroke() 공개 메소드

public Stroke ( ) : void
리턴 void

StrokeRect() 공개 메소드

public StrokeRect ( float x, float y, float w, float h ) : void
x float
y float
w float
h float
리턴 void