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