ViewCaptureWriter.VectorArcProc Delegate

ViewCaptureWriterVectorArcProc Delegate

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

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public delegate void VectorArcProc(
	int argb,
	float thickness,
	int dashed,
	ref Arc arc
)
Public Delegate Sub VectorArcProc ( 
	argb As Integer,
	thickness As Single,
	dashed As Integer,
	ByRef arc As Arc
)

Parameters

argb
Type: SystemInt32
thickness
Type: SystemSingle
dashed
Type: SystemInt32
arc
Type: Rhino.GeometryArc
Version Information

Rhino for Windows

Supported in: 6.14
See Also