Click or drag to resize

ViewCaptureWriterDrawPath Method

[Missing <summary> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawPath(Rhino.Runtime.ViewCaptureWriter.PathPoint[],Rhino.Runtime.ViewCaptureWriter.Pen,System.Boolean,Rhino.Display.ColorStop[],Rhino.Geometry.Point2d[],System.Double)"]

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected abstract void DrawPath(
	ViewCaptureWriterPathPoint[] points,
	ViewCaptureWriterPen pen,
	bool linearGradient,
	ColorStop[] stops,
	Point2d[] gradientPoints,
	double pointScale
)

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.Boolean,Rhino.Display.ColorStop[],Rhino.Geometry.Point2d[],System.Double)"]

pen
Type: Rhino.RuntimeViewCaptureWriterPen

[Missing <param name="pen"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawPath(Rhino.Runtime.ViewCaptureWriter.PathPoint[],Rhino.Runtime.ViewCaptureWriter.Pen,System.Boolean,Rhino.Display.ColorStop[],Rhino.Geometry.Point2d[],System.Double)"]

linearGradient
Type: SystemBoolean

[Missing <param name="linearGradient"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawPath(Rhino.Runtime.ViewCaptureWriter.PathPoint[],Rhino.Runtime.ViewCaptureWriter.Pen,System.Boolean,Rhino.Display.ColorStop[],Rhino.Geometry.Point2d[],System.Double)"]

stops
Type: Rhino.DisplayColorStop

[Missing <param name="stops"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawPath(Rhino.Runtime.ViewCaptureWriter.PathPoint[],Rhino.Runtime.ViewCaptureWriter.Pen,System.Boolean,Rhino.Display.ColorStop[],Rhino.Geometry.Point2d[],System.Double)"]

gradientPoints
Type: Rhino.GeometryPoint2d

[Missing <param name="gradientPoints"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawPath(Rhino.Runtime.ViewCaptureWriter.PathPoint[],Rhino.Runtime.ViewCaptureWriter.Pen,System.Boolean,Rhino.Display.ColorStop[],Rhino.Geometry.Point2d[],System.Double)"]

pointScale
Type: SystemDouble

[Missing <param name="pointScale"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawPath(Rhino.Runtime.ViewCaptureWriter.PathPoint[],Rhino.Runtime.ViewCaptureWriter.Pen,System.Boolean,Rhino.Display.ColorStop[],Rhino.Geometry.Point2d[],System.Double)"]

See Also