FAreaRoundedGetVertices Method

Return a collection of vertices composing the supplied rounded corner rectangle.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public static List<FVector2> GetVertices(
	FAreaRounded area,
	int curveCount
)

Parameters

area  FAreaRounded
Reference to the rectangle to plot.
curveCount  Int32
Count of points in each curve.

Return Value

ListFVector2
Reference to a collection of points composing a rounded rectangle.

See Also