PointInt Constructor (Single, Single) |
LightningChart .NET Help
Constructor for floats. Converts float parameters to integers.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointInt(
float x,
float y
)
Public Sub New (
x As Single,
y As Single
)
public:
PointInt(
float x,
float y
)
Parameters
- x
- Type: SystemSingle
X value. - y
- Type: SystemSingle
Y value.
See Also