Click or drag to resize

ViewCaptureWriterVectorFillPolygonProc Delegate

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

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public delegate void VectorFillPolygonProc(
	int argb,
	int count,
	IntPtr points
)

Parameters

argb
Type: SystemInt32
count
Type: SystemInt32
points
Type: SystemIntPtr
See Also