API Documentation > CorelDRAW > 2025-v26 > Curve > IVGCurve
Curve.WeldEx method
Welds two curves together using the specified welding method and returns the resulting curve. Flags parameter can be specified using the cdrWeldFlags enumeration.
Syntax:
Function WeldEx(ByVal TargetCurve As Curve, Optional ByVal Method As cdrWeldMethod = cdrWeldMethodUnion, Optional ByVal WindingSource As Boolean = False, Optional ByVal WindingTarget As Boolean = False, Optional ByVal Flags As Long = 4) As Curve
Parameters:
Name Type Description
TargetCurve
Method
WindingSource
Boolean
WindingTarget
Boolean
Flags
Long