Table of Contents

Struct Trapezoid

Namespace
Xui.Runtime.Software.Tessellate
Assembly
Xui.Runtime.Software.dll
public readonly struct Trapezoid : IEnumerable<Polygon>, IEnumerable
Implements
Inherited Members

Constructors

Trapezoid(Point, Point, Point, Point)

public Trapezoid(Point a, Point b, Point c, Point d)

Parameters

a Point
b Point
c Point
d Point

Fields

A

public readonly Point A

Field Value

Point

B

public readonly Point B

Field Value

Point

C

public readonly Point C

Field Value

Point

D

public readonly Point D

Field Value

Point

Properties

Polygon1

public Polygon Polygon1 { get; }

Property Value

Polygon

Polygon2

public Polygon Polygon2 { get; }

Property Value

Polygon

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<Polygon> GetEnumerator()

Returns

IEnumerator<Polygon>

An enumerator that can be used to iterate through the collection.