Package | Description |
---|---|
com.aspose.html.dom.canvas |
Modifier and Type | Method and Description |
---|---|
HTMLCanvasElement |
ICanvasRenderingContext2D.getCanvas()
A read-only back-reference to the HTMLCanvasElement.
|
Modifier and Type | Method and Description |
---|---|
ICanvasPattern |
ICanvasRenderingContext2D.createPattern(HTMLCanvasElement image,
String repetition)
Creates a pattern using the specified image (a CanvasImageSource).
|
void |
ICanvasRenderingContext2D.drawImage(HTMLCanvasElement image,
double dx,
double dy)
Draws the specified image.
|
void |
ICanvasRenderingContext2D.drawImage(HTMLCanvasElement image,
double dx,
double dy,
double dw,
double dh)
Draws the specified image.
|
void |
ICanvasRenderingContext2D.drawImage(HTMLCanvasElement image,
double sx,
double sy,
double sw,
double sh,
double dx,
double dy,
double dw,
double dh)
Draws the specified image.
|