HTMLCanvasElement.GetContext

HTMLCanvasElement.GetContext method

キャンバス上の描画コンテキストを返します。コンテキスト ID がサポートされていない場合は null を返します。描画コンテキストを使用すると、キャンバスに描画できます.

public object GetContext(string contextId)
パラメータタイプ説明
contextIdStringキャンバスに関連付けられた描画コンテキストを定義するコンテキスト識別子を含む文字列です

戻り値

RenderingContext

関連項目