get_renderer


Description:

public weak Renderer get_renderer ()

Retrieves the Renderer that is internally associated with the given this.

This will return the same Renderer that was passed to Display or if null was passed to Display or Context then this function returns a pointer to the renderer that was automatically connected internally.

Parameters:

this

A Context pointer

Returns:

The Renderer associated with the given this.