Click or drag to resize

VectorGraphicEngineGetConvexHull2D Method

Returns a path containing the 2D convex hull. Can be useful for preview.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public VectorGraphicPath GetConvexHull2D()

Return Value

VectorGraphicPath
Path containing the 2D convex hull.
See Also