Click or drag to resize

XLine Constructor (Vector2, Vector2)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the XLine class.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public XLine(
	Vector2 origin,
	Vector2 direction
)
Request Example View Source

Parameters

origin
Type: netDxfVector2
XLine origin.
direction
Type: netDxfVector2
XLine direction.
See Also