Click or drag to resize

UserInterfaceControlComputedRectangle Method

[Missing <summary> documentation for "M:Rhino.UI.UserInterfaceControl.ComputedRectangle(Rhino.Display.RhinoView,System.Boolean)"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public RectangleF ComputedRectangle(
	RhinoView view,
	bool logicalPixels
)

Parameters

view
Type: Rhino.DisplayRhinoView

[Missing <param name="view"/> documentation for "M:Rhino.UI.UserInterfaceControl.ComputedRectangle(Rhino.Display.RhinoView,System.Boolean)"]

logicalPixels
Type: SystemBoolean

[Missing <param name="logicalPixels"/> documentation for "M:Rhino.UI.UserInterfaceControl.ComputedRectangle(Rhino.Display.RhinoView,System.Boolean)"]

Return Value

Type: RectangleF

[Missing <returns> documentation for "M:Rhino.UI.UserInterfaceControl.ComputedRectangle(Rhino.Display.RhinoView,System.Boolean)"]

See Also