Click or drag to resize

ViewCaptureWriterVectorRoundedRectProc Delegate

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

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public delegate void VectorRoundedRectProc(
	float centerX,
	float centerY,
	float pixelWidth,
	float pixelHeight,
	float cornerRadius,
	int strokeColor,
	float strokeWidth,
	int fillColor
)

Parameters

centerX
Type: SystemSingle
centerY
Type: SystemSingle
pixelWidth
Type: SystemSingle
pixelHeight
Type: SystemSingle
cornerRadius
Type: SystemSingle
strokeColor
Type: SystemInt32
strokeWidth
Type: SystemSingle
fillColor
Type: SystemInt32
See Also