Click or drag to resize

ViewRoundBaseCoordsToUCValue Method (PointFloat, Boolean)

LightningChart .NET Help
Convert absolute screen coordinates to relative unit circle coordinates. The given pointfloat is modified.

Namespace:  Arction.Wpf.Charting.Views.ViewRound
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void CoordsToUCValue(
	ref PointFloat screenCoords,
	bool useDip = true
)

Parameters

screenCoords
Type: Arction.Wpf.ChartingPointFloat
Coordinates in screen space on entry. On exit contains matching unit circle coordinates.
useDip (Optional)
Type: SystemBoolean
Use DIPs instead of pixels as parameters.
See Also