graphics.rendering_context()
graphics.rendering_context(bitmap)
This function creates a rendering context target to a bitmap.
Parameters
Parameter | Type | Description |
---|---|---|
bitmap | Bitmap | Bitmap to be used as the output destination for the rendering context. |
Return Values
This function returns a RenderingContext
object.