Autodesk.AutoCAD.Geometry Namespace > Ray2d Class > Ray2d Constructor > Ray2d() Constructor
Ray2d.Ray2d() Constructor
Description

 

Default constructor. Constructs a ray whose start point is (0,0) and whose direction is (1,0) (that is, the positive X axis).

Visual Basic
Public Sub New()
Protected Sub New(
    unmanagedPointer As IntPtr, 
    autoDelete As [MarshalAs(UnmanagedType.U1)] bool
)
C#
public Ray2d();
protected Ray2d(
    IntPtr unmanagedPointer, 
    [MarshalAs(UnmanagedType.U1)] bool autoDelete
);
Links
   Comments?