ViewCaptureWriter.VectorPointProc Delegate

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
)
Public Delegate Sub VectorPointProc ( 
	style As Integer,
	screenX As Single,
	screenY As Single,
	fillArgb As Integer,
	strokeArgb As Integer,
	diameterPixels As Single,
	innerDiameterPixels As Single,
	strokeWidthPixels As Single,
	rotationRadians As Single
)

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
Version Information

Rhino for Windows

Supported in: 6.8
See Also