Click or drag to resize

ViewCaptureWriterDrawRectangle Method

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

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected abstract void DrawRectangle(
	RectangleF rect,
	Color fillColor,
	float strokeWidth,
	Color strokeColor,
	float cornerRadius
)

Parameters

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawRectangle(System.Drawing.RectangleF,System.Drawing.Color,System.Single,System.Drawing.Color,System.Single)"]

fillColor
Type: System.DrawingColor

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

strokeWidth
Type: SystemSingle

[Missing <param name="strokeWidth"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawRectangle(System.Drawing.RectangleF,System.Drawing.Color,System.Single,System.Drawing.Color,System.Single)"]

strokeColor
Type: System.DrawingColor

[Missing <param name="strokeColor"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawRectangle(System.Drawing.RectangleF,System.Drawing.Color,System.Single,System.Drawing.Color,System.Single)"]

cornerRadius
Type: SystemSingle

[Missing <param name="cornerRadius"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawRectangle(System.Drawing.RectangleF,System.Drawing.Color,System.Single,System.Drawing.Color,System.Single)"]

See Also