ViewportInfoGetScreenPortLocation Method |
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)

public void GetScreenPortLocation( out int left, out int top, out int right, out int bottom )
Public Sub GetScreenPortLocation ( <OutAttribute> ByRef left As Integer, <OutAttribute> ByRef top As Integer, <OutAttribute> ByRef right As Integer, <OutAttribute> ByRef bottom As Integer )
Parameters
- left
- Type: SystemInt32
[Missing <param name="left"/> documentation for "M:Rhino.DocObjects.ViewportInfo.GetScreenPortLocation(System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]
- top
- Type: SystemInt32
[Missing <param name="top"/> documentation for "M:Rhino.DocObjects.ViewportInfo.GetScreenPortLocation(System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]
- right
- Type: SystemInt32
[Missing <param name="right"/> documentation for "M:Rhino.DocObjects.ViewportInfo.GetScreenPortLocation(System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]
- bottom
- Type: SystemInt32
[Missing <param name="bottom"/> documentation for "M:Rhino.DocObjects.ViewportInfo.GetScreenPortLocation(System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]
