Delegate ViewPie3D.DimensionsChangedHandler
- Namespace
- LightningChartLib.WinForms.Charting.Views.ViewPie3D
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Delegate for DimensionsChanged event
public delegate void ViewPie3D.DimensionsChangedHandler(double newWidth, double newHeight, double newDepth, ViewPie3D view, LightningChart chart)
Parameters
newWidthdoubleNew width
newHeightdoubleNew height
newDepthdoubleNew depth
viewViewPie3DView3D containing the camera
chartLightningChartChart where the error occurred
Constructors
DimensionsChangedHandler(object, IntPtr)
public DimensionsChangedHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(double, double, double, ViewPie3D, LightningChart, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(double newWidth, double newHeight, double newDepth, ViewPie3D view, LightningChart chart, AsyncCallback callback, object @object)
Parameters
newWidthdoublenewHeightdoublenewDepthdoubleviewViewPie3DchartLightningChartcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(double, double, double, ViewPie3D, LightningChart)
public virtual void Invoke(double newWidth, double newHeight, double newDepth, ViewPie3D view, LightningChart chart)
Parameters
newWidthdoublenewHeightdoublenewDepthdoubleviewViewPie3DchartLightningChart