Click or drag to resize

ViewCaptureWriterVectorPointProc Delegate

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

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public delegate void VectorPointProc(
	int style,
	float screenX,
	float screenY,
	int fillArgb,
	int strokeArgb,
	float diameterPixels,
	float innerDiameterPixels,
	float strokeWidthPixels,
	float rotationRadians
)

Parameters

style
Type: SystemInt32
screenX
Type: SystemSingle
screenY
Type: SystemSingle
fillArgb
Type: SystemInt32
strokeArgb
Type: SystemInt32
diameterPixels
Type: SystemSingle
innerDiameterPixels
Type: SystemSingle
strokeWidthPixels
Type: SystemSingle
rotationRadians
Type: SystemSingle
See Also