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
Syntaxpublic bool CheckSurfaceSizeForGPU(
int gridSizeX,
int gridSizeZ
)
Public Function CheckSurfaceSizeForGPU (
gridSizeX As Integer,
gridSizeZ As Integer
) As Boolean
public:
bool CheckSurfaceSizeForGPU(
int gridSizeX,
int gridSizeZ
)
Parameters
- gridSizeX
- Type: SystemInt32
X size. - gridSizeZ
- Type: SystemInt32
Z size.
Return Value
Type:
BooleanTrue if index buffer size on the GPU is sufficient, else false.
See Also