| GraphicsManagerRender Method (IPresentationTarget) |
Renders the registered graphics screens into the given presentation target.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public bool Render(
IPresentationTarget presentationTarget
)
Public Function Render (
presentationTarget As IPresentationTarget
) As Boolean
public:
bool Render(
IPresentationTarget^ presentationTarget
)
member Render :
presentationTarget : IPresentationTarget -> bool
Parameters
- presentationTarget
- Type: DigitalRune.Graphics.InteropIPresentationTarget
The presentation target.
Return Value
Type:
Boolean if the graphics screens where rendered;
if
rendering was skipped because the presentation target is currently not visible or invalid.
Exceptions See Also