Package | Description |
---|---|
com.aspose.html.dom.canvas |
Modifier and Type | Interface and Description |
---|---|
interface |
ICanvasRenderingContext2D
The ICanvasRenderingContext2D interface is used for drawing rectangles, text, images and other objects onto the canvas element.
|
Modifier and Type | Class and Description |
---|---|
class |
Path2D
The Path2D interface of the Canvas 2D API is used to declare paths that are then later used on CanvasRenderingContext2D objects.
|