Click or drag to resize

DrawingBlockVisualCreatePolyLine Method

[Missing <summary> documentation for "M:Demo3D.Visuals.DrawingBlockVisual.CreatePolyLine(Demo3D.Visuals.Document,Microsoft.DirectX.Vector3[],System.Drawing.Color)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public static DrawingBlockVisual CreatePolyLine(
	Document doc,
	Vector3[] points,
	Color lineColor
)

Parameters

doc
Type: Demo3D.VisualsDocument

[Missing <param name="doc"/> documentation for "M:Demo3D.Visuals.DrawingBlockVisual.CreatePolyLine(Demo3D.Visuals.Document,Microsoft.DirectX.Vector3[],System.Drawing.Color)"]

points
Type: Microsoft.DirectXVector3

[Missing <param name="points"/> documentation for "M:Demo3D.Visuals.DrawingBlockVisual.CreatePolyLine(Demo3D.Visuals.Document,Microsoft.DirectX.Vector3[],System.Drawing.Color)"]

lineColor
Type: System.DrawingColor

[Missing <param name="lineColor"/> documentation for "M:Demo3D.Visuals.DrawingBlockVisual.CreatePolyLine(Demo3D.Visuals.Document,Microsoft.DirectX.Vector3[],System.Drawing.Color)"]

Return Value

Type: DrawingBlockVisual

[Missing <returns> documentation for "M:Demo3D.Visuals.DrawingBlockVisual.CreatePolyLine(Demo3D.Visuals.Document,Microsoft.DirectX.Vector3[],System.Drawing.Color)"]

See Also