public static List<FLine> GetLines(
FArea area,
float rotation = 0f
)
Public Shared Function GetLines (
area As FArea,
Optional rotation As Single = 0F
) As List(Of FLine)
No code example is currently available or this language may not be supported.
In drawing space, the lines from this method are arranged in a counter-clockwise progression from top-right, including the top, left, bottom, then right sides.
All of the lines are constructed from common adjoining points, which allows you to move any point in the shape without breaking its connection to either of its lines.