OverlayControlToOverlay Method |
Transforms a given position, specified relative to the overall
Insight3D
control, into coordinates relative to this overlay.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual ScreenOverlayPoint ControlToOverlay(
double x,
double y
)
Public Overridable Function ControlToOverlay (
x As Double,
y As Double
) As ScreenOverlayPoint
public:
virtual ScreenOverlayPoint ControlToOverlay(
double x,
double y
)
abstract ControlToOverlay :
x : float *
y : float -> ScreenOverlayPoint
override ControlToOverlay :
x : float *
y : float -> ScreenOverlayPoint
Parameters
- x
- Type: SystemDouble
The horizontal position to transform. - y
- Type: SystemDouble
The vertical position to transform.
Return Value
Type:
ScreenOverlayPoint
The position relative to this overlay.
See Also