ViewRoundBaseUCValueToCoord Method (PointFloat, Boolean) |
LightningChart .NET Help
Convert relative unit circle coordinates to absolute screen 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 UCValueToCoord(
ref PointFloat coords,
bool useDip = true
)
Public Sub UCValueToCoord (
ByRef coords As PointFloat,
Optional useDip As Boolean = true
)
public:
void UCValueToCoord(
PointFloat% coords,
bool useDip = true
)
Parameters
- coords
- Type: Arction.Wpf.ChartingMVVMPointFloat
Screen coordinates to convert into unit circle coordinates. - useDip (Optional)
- Type: SystemBoolean
Use DIPs instead of pixels as parameters.
See Also