ViewRoundBaseCoordsToUCValue Method (PointFloat, Boolean) |
LightningChart .NET Help
Convert absolute screen coordinates to relative unit circle coordinates.
The given pointfloat is modified.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewRound
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic void CoordsToUCValue(
ref PointFloat screenCoords,
bool useDip = true
)
Public Sub CoordsToUCValue (
ByRef screenCoords As PointFloat,
Optional useDip As Boolean = true
)
public:
void CoordsToUCValue(
PointFloat% screenCoords,
bool useDip = true
)
Parameters
- screenCoords
- Type: Arction.Wpf.ChartingMVVMPointFloat
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