CADability dotNET Namespace: CADability.Shapes
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public static CompoundShape operator *( CompoundShape s1, CompoundShape s2 ) |
| Visual Basic |
|---|
Public Shared Operator * ( _ s1 As CompoundShape, _ s2 As CompoundShape _ ) As CompoundShape |
| Visual C++ |
|---|
public: static CompoundShape^ operator *( CompoundShape^ s1, CompoundShape^ s2 ) |