Click or drag to resize

ViewCaptureWriterFillPolygon Method

[Missing <summary> documentation for "M:Rhino.Runtime.ViewCaptureWriter.FillPolygon(System.Drawing.PointF[],System.Drawing.Color)"]

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected abstract void FillPolygon(
	PointF[] points,
	Color fillColor
)

Parameters

points
Type: System.DrawingPointF

[Missing <param name="points"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.FillPolygon(System.Drawing.PointF[],System.Drawing.Color)"]

fillColor
Type: System.DrawingColor

[Missing <param name="fillColor"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.FillPolygon(System.Drawing.PointF[],System.Drawing.Color)"]

See Also