ViewCaptureWriter.VectorPolylineProc Delegate

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 count,
	IntPtr points
)
Public Delegate Sub VectorPolylineProc ( 
	argb As Integer,
	thickness As Single,
	dashed As Integer,
	count As Integer,
	points As IntPtr
)

Parameters

argb
Type: SystemInt32
thickness
Type: SystemSingle
dashed
Type: SystemInt32
count
Type: SystemInt32
points
Type: SystemIntPtr
Version Information

Rhino for Windows

Supported in: 6.14
See Also