Class
D3D10Image

An ImageSource that displays a user-created Direct3D10 surface.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.Direct2D.dll

Syntax:

cs-api-definition
public class D3D10Image : D3DImage, IDisposable

Inheritance: objectD3D10Image

Implements: IDisposable

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration

cs-api-definition
public void Dispose()

Implements IDisposable.Dispose()

Dispose(bool)

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration

cs-api-definition
protected virtual void Dispose(bool disposing)

Parameters

disposing

bool

Invalidate()

Invalidates this instance.

Declaration

cs-api-definition
public void Invalidate()

SetRenderTarget(Texture2D)

Sets the render target.

Declaration

cs-api-definition
public void SetRenderTarget(Texture2D renderTarget)

Parameters

renderTarget

Texture2D

The render target.