ViewCaptureWriter.DrawPath Method

ViewCaptureWriterDrawPath Method

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

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected abstract void DrawPath(
	ViewCaptureWriterPathPoint[] points,
	ViewCaptureWriterPen pen,
	Color brushColor
)
Protected MustOverride Sub DrawPath ( 
	points As ViewCaptureWriterPathPoint(),
	pen As ViewCaptureWriterPen,
	brushColor As Color
)

Parameters

points
Type: Rhino.RuntimeViewCaptureWriterPathPoint

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

pen
Type: Rhino.RuntimeViewCaptureWriterPen

[Missing <param name="pen"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawPath(Rhino.Runtime.ViewCaptureWriter.PathPoint[],Rhino.Runtime.ViewCaptureWriter.Pen,System.Drawing.Color)"]

brushColor
Type: System.DrawingColor

[Missing <param name="brushColor"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawPath(Rhino.Runtime.ViewCaptureWriter.PathPoint[],Rhino.Runtime.ViewCaptureWriter.Pen,System.Drawing.Color)"]

See Also