ViewCaptureSettings.GetOffset Method

ViewCaptureSettingsGetOffset Method

[Missing <summary> documentation for "M:Rhino.Display.ViewCaptureSettings.GetOffset(Rhino.UnitSystem,System.Boolean@,System.Double@,System.Double@)"]

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void GetOffset(
	UnitSystem lengthUnits,
	out bool fromMargin,
	out double x,
	out double y
)
Public Sub GetOffset ( 
	lengthUnits As UnitSystem,
	<OutAttribute> ByRef fromMargin As Boolean,
	<OutAttribute> ByRef x As Double,
	<OutAttribute> ByRef y As Double
)

Parameters

lengthUnits
Type: RhinoUnitSystem

[Missing <param name="lengthUnits"/> documentation for "M:Rhino.Display.ViewCaptureSettings.GetOffset(Rhino.UnitSystem,System.Boolean@,System.Double@,System.Double@)"]

fromMargin
Type: SystemBoolean

[Missing <param name="fromMargin"/> documentation for "M:Rhino.Display.ViewCaptureSettings.GetOffset(Rhino.UnitSystem,System.Boolean@,System.Double@,System.Double@)"]

x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:Rhino.Display.ViewCaptureSettings.GetOffset(Rhino.UnitSystem,System.Boolean@,System.Double@,System.Double@)"]

y
Type: SystemDouble

[Missing <param name="y"/> documentation for "M:Rhino.Display.ViewCaptureSettings.GetOffset(Rhino.UnitSystem,System.Boolean@,System.Double@,System.Double@)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also