Class Measurement
Inheritance
System.Object
Measurement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class Measurement
Constructors
Measurement(IPointInt, IPointInt)
Declaration
public Measurement(IPointInt origin, IPointInt end)
Parameters
| Type | Name | Description |
|---|---|---|
| IPointInt | origin | |
| IPointInt | end |
Properties
End
Declaration
public IPointInt End { get; }
Property Value
| Type | Description |
|---|---|
| IPointInt |
Length
Declaration
public float Length { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Origin
Declaration
public IPointInt Origin { get; }
Property Value
| Type | Description |
|---|---|
| IPointInt |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()