ViewRoundBaseCoordsToUCValue Method (PointFloat, Boolean) |
LightningChart .NET Help
Convert absolute screen coordinates to relative unit circle coordinates.
Namespace:
Arction.Wpf.Charting.Views.ViewRound
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointUnitCircle CoordsToUCValue(
PointFloat screenCoords,
bool useDip = true
)
Public Function CoordsToUCValue (
screenCoords As PointFloat,
Optional useDip As Boolean = true
) As PointUnitCircle
public:
PointUnitCircle^ CoordsToUCValue(
PointFloat screenCoords,
bool useDip = true
)
Parameters
- screenCoords
- Type: Arction.Wpf.ChartingPointFloat
Coords in screen space. - useDip (Optional)
- Type: SystemBoolean
Use DIPs instead of pixels as parameters.
Return Value
Type:
PointUnitCircleGiven coordinates in relative unit circle space, with origo at the center of the circle.
See Also