| GraphicsManagerRender Method (IPresentationTarget, IListGraphicsScreen) |
Renders the specified 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,
IList<GraphicsScreen> screens
)
Public Function Render (
presentationTarget As IPresentationTarget,
screens As IList(Of GraphicsScreen)
) As Boolean
public:
bool Render(
IPresentationTarget^ presentationTarget,
IList<GraphicsScreen^>^ screens
)
member Render :
presentationTarget : IPresentationTarget *
screens : IList<GraphicsScreen> -> bool
Parameters
- presentationTarget
- Type: DigitalRune.Graphics.InteropIPresentationTarget
The presentation target. - screens
- Type: System.Collections.GenericIListGraphicsScreen
The graphics screens to be rendered.
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