GH_DocDiagramPainter.UnmapRectangle Method

GH_DocDiagramPainterUnmapRectangle Method

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Rectangle UnmapRectangle(
	Rectangle rec
)
Public Function UnmapRectangle ( 
	rec As Rectangle
) As Rectangle

Parameters

rec
Type: System.DrawingRectangle

Return Value

Type: Rectangle
See Also