CADability dotNET

Namespace: CADability.Shapes
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static CompoundShape Union(
	CompoundShape s1,
	CompoundShape s2
)
Visual Basic
Public Shared Function Union ( _
	s1 As CompoundShape, _
	s2 As CompoundShape _
) As CompoundShape
Visual C++
public:
static CompoundShape^ Union(
	CompoundShape^ s1, 
	CompoundShape^ s2
)

See Also