Represents a rendering engine that performs the basic drawing routines.
Gets the rendered element.
Gets or sets the color used to fill the element.
Gets or sets the font family for the text output.
Gets or sets the font size for the text output.
Gets or sets the color used to outline the element.
Gets or sets the thickness of the outline.
Gets or sets the text color.
beginRender(): void
Clear the viewport and start the rendering cycle.
endRender(): void
Finish the rendering cycle.
setViewportSize(w: number, h: number): void
Set the size of the viewport.
Viewport width.
Viewport height.
Copyright © GrapeCity, inc. All rights reserved.
Represents a rendering engine that performs the basic drawing routines.