Interface | Description |
---|---|
ICanvasDrawingStyles |
The ICanvasDrawingStyles interface provides methods and properties control how lines are drawn and how text is laid out.
|
ICanvasGradient |
Represents an opaque object describing a gradient.
|
ICanvasPathMethods |
The ICanvasPathMethods interface is used to manipulate paths of objects.
|
ICanvasPattern |
Represents an opaque object describing a pattern, based on an image, a canvas or a video.
|
ICanvasRenderingContext2D |
The ICanvasRenderingContext2D interface is used for drawing rectangles, text, images and other objects onto the canvas element.
|
IImageData |
Creates an ImageData object from a given Uint8ClampedArray and the size of the image it contains.
|
ITextMetrics |
Represents the dimension of a text in the canvas.
|
Class | Description |
---|---|
CanvasFillRule |
This enumeration is used to select the fill rule algorithm by which to determine if a point is inside or outside a path.
|
Path2D |
The Path2D interface of the Canvas 2D API is used to declare paths that are then later used on CanvasRenderingContext2D objects.
|