Table of Contents

Class PaintRenderingContext2D

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The PaintRenderingContext2D interface of the CSS Painting API is the API's rendering context for drawing to the bitmap. It implements a subset of the CanvasRenderingContext2D API, with the following exceptions:

[Value("PaintRenderingContext2D")]
public class PaintRenderingContext2D
Inheritance
PaintRenderingContext2D
Inherited Members

Remarks

Constructors

PaintRenderingContext2D()

public PaintRenderingContext2D()