GetPointRelativeTo Method (ChartModifierBase3D)
Transforms the input point relative to the SciChart.Core.Framework.IHitTestable element. Can be used to transform points relative to the SciChart.Charting.Visuals.SciChartSurfaceBase.ModifierSurface, or SciChart.Charting.Visuals.SciChartSurface.XAxis for instance.
Syntax
public Point GetPointRelativeTo( Point point, IHitTestable relativeTo )
Parameters
- point
- The input point
- relativeTo
- The SciChart.Core.Framework.IHitTestable element to translate points relative to
Return Value
The output point
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also