Visual Basic | |
---|---|
Function Multiply( _ ByVal Transform As MathTransform _ ) As MathTransform |
C# | |
---|---|
MathTransform Multiply( MathTransform Transform ) |
JavaScript | |
---|---|
Multiply( Transform : dsMathTransform ) : dsMathTransform |
COM native C++ | |
---|---|
HRESULT Multiply( IMathTransform* Transform, IMathTransform** ResultTransform ) |
C++ | |
---|---|
DSRESULT Multiply( dsMathTransform* Transform, dsMathTransform** ResultTransform ) |
Parameters
- Transform[out]
- IMathTransform
- ResultTransform[out] or Return Value
- IMathTransform
DraftSight V1R1.4