ViewRoundBaseUCValueToCoord Method (PointUnitCircle, Boolean) |
LightningChart .NET Help
Convert relative unit circle coordinates to absolute screen coordinates.
Namespace:
Arction.Wpf.Charting.Views.ViewRound
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointFloat UCValueToCoord(
PointUnitCircle ucValue,
bool useDip = true
)
Public Function UCValueToCoord (
ucValue As PointUnitCircle,
Optional useDip As Boolean = true
) As PointFloat
public:
PointFloat UCValueToCoord(
PointUnitCircle^ ucValue,
bool useDip = true
)
Parameters
- ucValue
- Type: Arction.Wpf.ChartingPointUnitCircle
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