Class D3D10Image
An System.
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()
Dispose(Boolean)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
System.
|
Invalidate()
Invalidates this instance.
Declaration
public void Invalidate()
SetRenderTarget(Texture2D)
Sets the render target.
Declaration
public void SetRenderTarget(Texture2D renderTarget)
Parameters
Sharp The render target. |