D3DImage::CopyBackBuffer Method ()
.NET Framework (current version)
Creates a software copy of the D3DImage.
Assembly: PresentationCore (in PresentationCore.dll)
public protected: [SecurityCriticalAttribute] [SecurityTreatAsSafeAttribute] virtual BitmapSource^ CopyBackBuffer()
Return Value
Type: System.Windows.Media.Imaging::BitmapSource^A BitmapSource that is a software copy of the current state of the back buffer; otherwise, null if the back buffer cannot be read.
The CopyBackBuffer method is called by clients such as the printing system and the RenderTargetBitmap class.
Optionally override the CopyBackBuffer method to implement custom logic and return a different BitmapSource. For example, you can return a placeholder BitmapSource if the default CopyBackBuffer implementation returns null.
SecurityPermission
for access to unmanaged resources. Security action: Demand. Associated enumeration: SecurityPermissionFlag::UnmanagedCode
.NET Framework
Available since 3.0
Available since 3.0
Show: