Class D3D10Image
An System.Windows.Media.ImageSource that displays a user-created Direct3D10 surface.
Inheritance
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.Direct2D.dll
Syntax
public class D3D10Image : D3DImage, IDisposable
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Implements
Dispose(Boolean)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
Invalidate()
Invalidates this instance.
Declaration
public void Invalidate()
SetRenderTarget(Texture2D)
Sets the render target.
Declaration
public void SetRenderTarget(Texture2D renderTarget)
Parameters
SharpDX.Direct3D10.Texture2D
renderTarget
The render target. |