GH_ViewportUnprojectX Method |
Project a value along constant X from control coordinates into canvas coordinates.
Namespace:
Grasshopper.GUI.Canvas
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public float UnprojectX(
float x
)
Public Function UnprojectX (
x As Single
) As Single
Parameters
- x
- Type: SystemSingle
The constant X value in control coordinates.
Return Value
Type:
SingleThe associated X value in canvas coordinates.
See Also