Click or drag to resize

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
)

Parameters

argb
Type: SystemInt32
thickness
Type: SystemSingle
dashed
Type: SystemInt32
arc
Type: Rhino.GeometryArc
See Also