GH_Viewport.XFormMatrix Method

GH_ViewportXFormMatrix Method

Gets the display transformation cached by this viewport.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public 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