Table of Contents

Struct Polygon

Namespace
Xui.Runtime.Software.Tessellate
Assembly
Xui.Runtime.Software.dll

Represents a triangle polygon used during path tessellation.

public readonly struct Polygon : IEnumerable<Point>, IEnumerable
Implements
Inherited Members

Constructors

Polygon(Point, Point, Point)

public Polygon(Point a, Point b, Point c)

Parameters

a Point
b Point
c 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

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<Point> GetEnumerator()

Returns

IEnumerator<Point>

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