LightningChartCloseGestureInfoHandle Method |
LightningChart .NET Help
Close gesture info handle.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DllImportAttribute("user32", SetLastError = true)]
public static bool CloseGestureInfoHandle(
IntPtr hGestureInfo
)<DllImportAttribute("user32", SetLastError := true>]
Public Shared Function CloseGestureInfoHandle (
hGestureInfo As IntPtr
) As Booleanpublic:
[DllImportAttribute(L"user32", SetLastError = true)]
static bool CloseGestureInfoHandle(
IntPtr hGestureInfo
)
Parameters
- hGestureInfo
- Type: SystemIntPtr
[Missing <param name="hGestureInfo"/> documentation for "M:Arction.WinForms.Charting.LightningChart.CloseGestureInfoHandle(System.IntPtr)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Arction.WinForms.Charting.LightningChart.CloseGestureInfoHandle(System.IntPtr)"]
See Also