LightningChartIsHardwareRenderingSupported Method (DeviceTypeFlags) |
LightningChart .NET Help
Check if hardware rendering is supported.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic static bool IsHardwareRenderingSupported(
out DeviceTypeFlags isHardwareAvailableByAdapterInfo
)
Public Shared Function IsHardwareRenderingSupported (
<OutAttribute> ByRef isHardwareAvailableByAdapterInfo As DeviceTypeFlags
) As Boolean
public:
static bool IsHardwareRenderingSupported(
[OutAttribute] DeviceTypeFlags% isHardwareAvailableByAdapterInfo
)
Parameters
- isHardwareAvailableByAdapterInfo
- Type: Arction.WinForms.ChartingDeviceTypeFlags
Enumeration of the devices that can be initialized to hardware mode.
Return Value
Type:
BooleanTrue if supports hardware rendering.
See Also