Class Baseline
Inheritance
System.Object
Baseline
Namespace: SigStat.Common
Assembly: SigStat.Common.dll
Syntax
public class Baseline : object
Constructors
| Improve this Doc View SourceBaseline()
Initializes a Baseline instance
Declaration
public Baseline()
Baseline(Int32, Int32, Int32, Int32)
Initializes a Baseline instance with the given startpoint and endpoint
Declaration
public Baseline(int x1, int y1, int x2, int y2)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | x1 | x coordinate for the start point |
System.Int32 | y1 | y coordinate for the start point |
System.Int32 | x2 | x coordinate for the endpoint |
System.Int32 | y2 | y coordinate for the endpoint |
Properties
| Improve this Doc View SourceEnd
Endpoint of the baseline
Declaration
public PointF End { get; set; }
Property Value
Type | Description |
---|---|
PointF |
Start
Starting point of the baseline
Declaration
public PointF Start { get; set; }
Property Value
Type | Description |
---|---|
PointF |
Methods
| Improve this Doc View SourceToString()
Returns a string representation of the baseline
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |