ViewRoundBaseUCValueToCoord Method (PointFloat, 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
Syntaxpublic PointFloat UCValueToCoord(
PointFloat ucValue,
bool useDip = true
)
Public Function UCValueToCoord (
ucValue As PointFloat,
Optional useDip As Boolean = true
) As PointFloat
public:
PointFloat UCValueToCoord(
PointFloat ucValue,
bool useDip = true
)
Parameters
- ucValue
- Type: Arction.Wpf.ChartingMVVMPointFloat
Unit circle coordinates to convert. - useDip (Optional)
- Type: SystemBoolean
Use DIPs instead of pixels as parameters.
Return Value
Type:
PointFloatAbsolute screen coordinates matching the given parameter.
See Also