FAreaRoundedGetVertices Method
Return a collection of vertices composing the supplied rounded corner
rectangle.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static List<FVector2> GetVertices(
FAreaRounded area,
int curveCount
)
Public Shared Function GetVertices (
area As FAreaRounded,
curveCount As Integer
) As List(Of FVector2)
No code example is currently available or this language may not be supported.
- area FAreaRounded
-
Reference to the rectangle to plot.
- curveCount Int32
-
Count of points in each curve.
ListFVector2
Reference to a collection of points composing a rounded rectangle.