FilePdf.DrawLine Method

FilePdfDrawLine Method

Draw a line

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void DrawLine(
	int pageNumber,
	PointF from,
	PointF to,
	Color strokeColor,
	float strokeWidth
)
Public Sub DrawLine ( 
	pageNumber As Integer,
	from As PointF,
	to As PointF,
	strokeColor As Color,
	strokeWidth As Single
)

Parameters

pageNumber
Type: SystemInt32

[Missing <param name="pageNumber"/> documentation for "M:Rhino.FileIO.FilePdf.DrawLine(System.Int32,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.Color,System.Single)"]

from
Type: System.DrawingPointF

[Missing <param name="from"/> documentation for "M:Rhino.FileIO.FilePdf.DrawLine(System.Int32,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.Color,System.Single)"]

to
Type: System.DrawingPointF

[Missing <param name="to"/> documentation for "M:Rhino.FileIO.FilePdf.DrawLine(System.Int32,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.Color,System.Single)"]

strokeColor
Type: System.DrawingColor

[Missing <param name="strokeColor"/> documentation for "M:Rhino.FileIO.FilePdf.DrawLine(System.Int32,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.Color,System.Single)"]

strokeWidth
Type: SystemSingle

[Missing <param name="strokeWidth"/> documentation for "M:Rhino.FileIO.FilePdf.DrawLine(System.Int32,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.Color,System.Single)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also