Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: IEnumerable<Vertex> Vertices(AtEdges)

  • Declared in: RT.Coordinates.Cairo

Declaration

public IEnumerable<Vertex> Vertices(
    AtEdges atEdges = AtEdges.None
)

Summary

Returns the vertices along the perimeter of this Cairo, going clockwise from the vertex at the center of Cairo.Cell.

Parameters

AtEdgesatEdges If specified, renders some of the edges of the cairo in such a way that they join up to form a larger rectangle. For example, if AtEdges.Top is specified, this cairo is assumed to be at the top edge of the larger rectangle.