Line.BeginPoint Property
Line.BeginPoint Property |
Gets or sets the beginning point of the Line.
Definition
Visual Basic .NET Public Property BeginPoint As Point C# public Point BeginPoint { get; set; } Managed C++ public: __property Point* get_BeginPoint();
public: __property void set_BeginPoint(Point*);
Property Value
System.Drawing.Point. The beginning point of the line segment.
This property is read/write. This property has no default value.
See Also