new PIXI.CanvasBuffer(width, height)
Creates a Canvas element of the given size.
Name | Type | Description |
---|---|---|
width |
number |
the width for the newly created canvas |
height |
number |
the height for the newly created canvas |
Members
-
canvasHTMLCanvasElement
-
The Canvas object that belongs to this CanvasBuffer.
-
contextCanvasRenderingContext2D
-
A CanvasRenderingContext2D object representing a two-dimensional rendering context.
-
heightnumber
-
The height of the canvas buffer in pixels.
-
widthnumber
-
The width of the canvas buffer in pixels.
Methods
-
Destroys this canvas.
-
resize(width, height)
-
Resizes the canvas to the specified width and height.
Name Type Description width
number the new width of the canvas
height
number the new height of the canvas