This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
51600268 233e a9f1 e277 a0a2d0841dda
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the XLine
class.
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
- Vector2
- XLine origin.
- Vector2
- XLine direction.