[]
Adds the internally maintained RenderGraphics object created with a previous call to RenderBlockGraphicsBegin() to the block flow of the current document.
public bool RenderBlockGraphicsEnd()
Type | Description |
---|---|
bool | true if no warnings were generated by this call, false otherwise. |
Internally, this method calls RenderBlock(RenderObject), passing the CurrentBlockRenderGraphics as the parameter, and resets the internal variable used to hold that value.