Click or drag to resize

ViewCaptureWriterVectorPolylineProc Delegate

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

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public delegate void VectorPolylineProc(
	int argb,
	float thickness,
	int dashed,
	int capStyle,
	int joinStyle,
	int count,
	IntPtr points
)

Parameters

argb
Type: SystemInt32
thickness
Type: SystemSingle
dashed
Type: SystemInt32
capStyle
Type: SystemInt32
joinStyle
Type: SystemInt32
count
Type: SystemInt32
points
Type: SystemIntPtr
See Also