Table of Contents

Delegate View3D.DimensionsChangedHandler

Namespace
LightningChartLib.WinForms.Charting.Views.View3D
Assembly
LightningChart.WinForms.Charting.NET4.dll

Delegate for DimensionsChanged event.

public delegate void View3D.DimensionsChangedHandler(double newWidth, double newHeight, double newDepth, View3D view, LightningChart chart)

Parameters

newWidth double

New width.

newHeight double

New height.

newDepth double

New depth.

view View3D

View3D containing the camera.

chart LightningChart

Chart where the error occurred.

Constructors

DimensionsChangedHandler(object, IntPtr)

public DimensionsChangedHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(double, double, double, View3D, LightningChart, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(double newWidth, double newHeight, double newDepth, View3D view, LightningChart chart, AsyncCallback callback, object @object)

Parameters

newWidth double
newHeight double
newDepth double
view View3D
chart LightningChart
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(double, double, double, View3D, LightningChart)

public virtual void Invoke(double newWidth, double newHeight, double newDepth, View3D view, LightningChart chart)

Parameters

newWidth double
newHeight double
newDepth double
view View3D
chart LightningChart