Click or drag to resize

ViewRoundBaseUCValueToCoord Method (PointUnitCircle, Boolean)

LightningChart .NET Help
Convert relative unit circle coordinates to absolute screen coordinates.

Namespace:  Arction.Wpf.ChartingMVVM.Views.ViewRound
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public PointFloat UCValueToCoord(
	PointUnitCircle ucValue,
	bool useDip = true
)

Parameters

ucValue
Type: Arction.Wpf.ChartingMVVMPointUnitCircle
Unit circle coordinates to convert.
useDip (Optional)
Type: SystemBoolean
Use DIPs instead of pixels as parameters.

Return Value

Type: PointFloat
Absolute screen coordinates matching the given parameter.
See Also