Skip to main content

DependencyViewInfo(Point, Point) Constructor

Initializes a new instance of the DependencyViewInfo class with the specified start and end points.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public DependencyViewInfo(
    Point start,
    Point end
)

Parameters

Name Type Description
start Point

A Point object specifying the point at which the dependency starts.

end Point

A Point object specifying the point at which the dependency ends.

Remarks

For the newly created DependencyViewInfo object, the DependencyViewInfo.Start DependencyViewInfo.LineStart properties are assigned the value of the start argument. The DependencyViewInfo.End DependencyViewInfo.LineEnd properties are assigned the value of the end argument.

See Also