Show / Hide Table of Contents

Class DoorLine

Represents a door line.

Inheritance
System.Object
DoorLine
Implements
System.IEquatable<DoorLine>
Namespace: Edgar.Legacy.Core.Doors
Assembly: Edgar.dll
Syntax
public sealed class DoorLine : ValueType, IEquatable<DoorLine>

Constructors

DoorLine(OrthogonalLineGrid2D, Int32)

Declaration
public DoorLine(OrthogonalLineGrid2D line, int length)
Parameters
Type Name Description
OrthogonalLineGrid2D line
System.Int32 length

Properties

Length

Length of doors.

Declaration
public int Length { get; }
Property Value
Type Description
System.Int32

Line

Set of points where doors can start.

Declaration
public OrthogonalLineGrid2D Line { get; }
Property Value
Type Description
OrthogonalLineGrid2D

Methods

Equals(DoorLine)

Declaration
public bool Equals(DoorLine other)
Parameters
Type Name Description
DoorLine other
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

Implements

System.IEquatable<>
Back to top Generated by DocFX