Show / Hide Table of Contents

Class Baseline

Inheritance
System.Object
Baseline
Namespace: SigStat.Common
Assembly: SigStat.Common.dll
Syntax
public class Baseline : object

Constructors

| Improve this Doc View Source

Baseline()

Initializes a Baseline instance

Declaration
public Baseline()
| Improve this Doc View Source

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 Source

End

Endpoint of the baseline

Declaration
public PointF End { get; set; }
Property Value
Type Description
PointF
| Improve this Doc View Source

Start

Starting point of the baseline

Declaration
public PointF Start { get; set; }
Property Value
Type Description
PointF

Methods

| Improve this Doc View Source

ToString()

Returns a string representation of the baseline

Declaration
public override string ToString()
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX