Click or drag to resize

ViewCaptureWriterSetClipRectProc Delegate

[Missing <summary> documentation for "T:Rhino.Runtime.ViewCaptureWriter.SetClipRectProc"]

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public delegate void SetClipRectProc(
	ref int left,
	ref int top,
	ref int right,
	ref int bottom
)

Parameters

left
Type: SystemInt32
top
Type: SystemInt32
right
Type: SystemInt32
bottom
Type: SystemInt32
See Also