GH_ViewportXFormMatrix Method |
Gets the display transformation cached by this viewport.
Namespace:
Grasshopper.GUI.Canvas
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic Matrix XFormMatrix(
GH_ViewportGH_DisplayMatrix projection
)
Public Function XFormMatrix (
projection As GH_ViewportGH_DisplayMatrix
) As Matrix
Parameters
- projection
- Type: Grasshopper.GUI.CanvasGH_ViewportGH_DisplayMatrix
Return Value
Type:
Matrix
See Also