Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Vertex[] VerticesAtEdges(int, int, int, int)

  • Declared in: RT.Coordinates.Chamf

Declaration

public Vertex[] VerticesAtEdges(
    int x,
    int y,
    int w,
    int h
)

Summary

Returns the vertices along the perimeter of this Chamf assuming that we’re rendering a rectangle positioned at (x, y) and of size w × h and we want the edges of the rectangle straightened.

Parameters

intx X-coordinate of the top-left corner of the rectangle.
inty Y-coordinate of the top-left corner of the rectangle.
intw Width of the rectangle.
inth Height of the rectangle.