CreateTransformMirroringAboutLine Method (IMathUtility) Send Feedback
See Also  Example
Transform[out]
IMathTransform
MirrorLine
IMathLine
Creates a mathematical transformation matrix that mirrors about the specified line.

Syntax

Visual Basic 
Function CreateTransformMirroringAboutLine( _
   ByVal MirrorLine As MathLine _
) As MathTransform
C# 
MathTransform CreateTransformMirroringAboutLine( 
   MathLine MirrorLine
)
JavaScript 
CreateTransformMirroringAboutLine( 
   MirrorLine : dsMathLine
) : dsMathTransform
COM native C++ 
HRESULT CreateTransformMirroringAboutLine( 
   IMathLine* MirrorLine,
   IMathTransform** Transform
) 
C++ 
DSRESULT CreateTransformMirroringAboutLine( 
   dsMathLine* MirrorLine,
   dsMathTransform** Transform
) 

Parameters

MirrorLine
IMathLine
Transform[out] or Return Value
IMathTransform

Example

 

See Also

Availability

DraftSight V1R1.4