API Documentation
>
CorelDRAW
>
2025-v26
>
MathUtils
>
IVGMathUtils
MathUtils.CreateLineSegmentTransformMatrix method
Create a transform matrix that when applied to 'from' will result in 'to'
Syntax:
Function
CreateLineSegmentTransformMatrix
(
ByVal
FromStart
As
Point
,
ByVal
FromEnd
As
Point
,
ByVal
ToStart
As
Point
,
ByVal
ToEnd
As
Point
)
As
TransformMatrix
Parameters:
Name
Type
Description
FromStart
Point
FromEnd
Point
ToStart
Point
ToEnd
Point