TransformBy Method (IMathEllipArc) Send Feedback
See Also 
Transform
Mathematical transformation to apply to this mathematical elliptical Arc
Applies the specified mathematical transformation to this mathematical elliptical Arc.

Syntax

Visual Basic 
Sub TransformBy( _
   ByVal Transform As MathTransform _
) 
C# 
void TransformBy( 
   MathTransform Transform
)
JavaScript 
TransformBy( 
   Transform : dsMathTransform
)
COM native C++ 
HRESULT TransformBy( 
   IMathTransform* Transform
) 
C++ 
DSRESULT TransformBy( 
   dsMathTransform* Transform
) 

Parameters

Transform
Mathematical transformation to apply to this mathematical elliptical Arc

Example

See the IMathEllipArc examples.
 

See Also

Availability

DraftSight V1R5.0