CreateTransformMirroringAboutPoint Method (IMathUtility) Send Feedback
See Also  Example
Transform[out]
IMathTransform
MirrorPoint
IMathPoint
Creates a mathematical transformation matrix that mirrors about the specified point.

Syntax

Visual Basic 
Function CreateTransformMirroringAboutPoint( _
   ByVal MirrorPoint As MathPoint _
) As MathTransform
C# 
MathTransform CreateTransformMirroringAboutPoint( 
   MathPoint MirrorPoint
)
JavaScript 
CreateTransformMirroringAboutPoint( 
   MirrorPoint : dsMathPoint
) : dsMathTransform
COM native C++ 
HRESULT CreateTransformMirroringAboutPoint( 
   IMathPoint* MirrorPoint,
   IMathTransform** Transform
) 
C++ 
DSRESULT CreateTransformMirroringAboutPoint( 
   dsMathPoint* MirrorPoint,
   dsMathTransform** Transform
) 

Parameters

MirrorPoint
IMathPoint
Transform[out] or Return Value
IMathTransform

Example

 

See Also

Availability

DraftSight V1R1.4