Click or drag to resize

ViewCaptureWriterFillProc Delegate

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

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public delegate void FillProc(
	int topl,
	int bottoml,
	int topr,
	int bottomr
)

Parameters

topl
Type: SystemInt32
bottoml
Type: SystemInt32
topr
Type: SystemInt32
bottomr
Type: SystemInt32
See Also