Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

51600268 233e a9f1 e277 a0a2d0841dda

haplokuon edited this page May 6, 2023 · 1 revision

XLine(Vector2, Vector2) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the XLine class.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public XLine(
	Vector2 origin,
	Vector2 direction
)

VB

Public Sub New ( 
	origin As Vector2,
	direction As Vector2
)

C++

public:
XLine(
	Vector2 origin, 
	Vector2 direction
)

F#

new : 
        origin : Vector2 * 
        direction : Vector2 -> XLine

Parameters

  Vector2
XLine origin.
  Vector2
XLine direction.

See Also

Reference

XLine Class
XLine Overload
netDxf.Entities Namespace

Clone this wiki locally