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
newWidthdoubleNew width.
newHeightdoubleNew height.
newDepthdoubleNew depth.
viewView3DView3D containing the camera.
chartLightningChartChart where the error occurred.
Constructors
DimensionsChangedHandler(object, IntPtr)
public DimensionsChangedHandler(object @object, IntPtr method)
Parameters
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
newWidthdoublenewHeightdoublenewDepthdoubleviewView3DchartLightningChartcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(double, double, double, View3D, LightningChart)
public virtual void Invoke(double newWidth, double newHeight, double newDepth, View3D view, LightningChart chart)
Parameters
newWidthdoublenewHeightdoublenewDepthdoubleviewView3DchartLightningChart