|  | GraphicsManagerPresent Method | 
Note: This API is now obsolete.
            Presents the current back buffer target into the specified presentation target. (Windows
            Forms only!)
            
 
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
 Syntax
Syntax[ObsoleteAttribute("Method will be removed in future release. Call Render(IPresentationTarget, IList<GraphicsScreen>) instead.")]
public bool Present(
	IPresentationTarget presentationTarget
)<ObsoleteAttribute("Method will be removed in future release. Call Render(IPresentationTarget, IList<GraphicsScreen>) instead.")>
Public Function Present ( 
	presentationTarget As IPresentationTarget
) As Booleanpublic:
[ObsoleteAttribute(L"Method will be removed in future release. Call Render(IPresentationTarget, IList<GraphicsScreen>) instead.")]
bool Present(
	IPresentationTarget^ presentationTarget
)
[<ObsoleteAttribute("Method will be removed in future release. Call Render(IPresentationTarget, IList<GraphicsScreen>) instead.")>]
member Present : 
        presentationTarget : IPresentationTarget -> bool 
Parameters
- presentationTarget
- Type: DigitalRune.Graphics.InteropIPresentationTarget
 The presentation target.
Return Value
Type: 
Boolean if the back buffer was presented successfully; 
            
 if the operation was skipped because the presentation target is 
            currently not visible or invalid.
            
 Exceptions
Exceptions See Also
See Also