Click or drag to resize

PointInt  Conversion (Point to PointInt)

LightningChart .NET Help
Implicit converter from System.Drawing.Point to PointInt.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static implicit operator PointInt (
	Point src
)

Parameters

src
Type: System.DrawingPoint
Point to convert into PointInt.

Return Value

Type: PointInt
New PointInt object with same X and Y values as the input.
See Also