ViewCaptureWriter.VectorPathProc Delegate

ViewCaptureWriterVectorPathProc Delegate

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

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public delegate void VectorPathProc(
	int begin,
	int argb
)
Public Delegate Sub VectorPathProc ( 
	begin As Integer,
	argb As Integer
)

Parameters

begin
Type: SystemInt32
argb
Type: SystemInt32
See Also