DependencyViewInfo(Point, Point) Constructor
In This Article
Initializes a new instance of the DependencyViewInfo class with the specified start and end points.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
#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