Click or drag to resize

DrawingBlockVisualCreateLine Method (Document, Vector3, Vector3, Double, Color)

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

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public static DrawingBlockVisual CreateLine(
	Document doc,
	Vector3 lineStart,
	Vector3 lineEnd,
	double lineWidth,
	Color lineColor
)

Parameters

doc
Type: Demo3D.VisualsDocument

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

lineStart
Type: Microsoft.DirectXVector3

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

lineEnd
Type: Microsoft.DirectXVector3

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

lineWidth
Type: SystemDouble

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

lineColor
Type: System.DrawingColor

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

Return Value

Type: DrawingBlockVisual

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

See Also