Click or drag to resize

SurfaceSeries3DBaseCheckSurfaceSizeForGPU Method

LightningChart .NET Help
Check if the given surface size can be used with the GPU. GPU index buffer capacity is verified.

Namespace:  Arction.WinForms.Charting.Series3D
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public bool CheckSurfaceSizeForGPU(
	int gridSizeX,
	int gridSizeZ
)

Parameters

gridSizeX
Type: SystemInt32
X size.
gridSizeZ
Type: SystemInt32
Z size.

Return Value

Type: Boolean
True if index buffer size on the GPU is sufficient, else false.
See Also