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
)
Public Delegate Sub FillProc (
topl As Integer,
bottoml As Integer,
topr As Integer,
bottomr As Integer
)
Parameters
- topl
- Type: SystemInt32
- bottoml
- Type: SystemInt32
- topr
- Type: SystemInt32
- bottomr
- Type: SystemInt32
See Also