This document is archived and information here might be outdated. Recommended version. |
Returns the points of a two point transformation.
[Visual Basic .NET] Public Sub GetFromToTransform ( _ ByRef fromPoint1 As WKSPoint, _ ByRef fromPoint2 As WKSPoint, _ ByRef toPoint1 As WKSPoint, _ ByRef toPoint2 As WKSPoint _ )
[C#] public void GetFromToTransform ( ref WKSPoint fromPoint1, ref WKSPoint fromPoint2, ref WKSPoint toPoint1, ref WKSPoint toPoint2 );
[C++]
HRESULT GetFromToTransform(
WKSPoint* fromPoint1,
WKSPoint* fromPoint2,
WKSPoint* toPoint1,
WKSPoint* toPoint2
);
[C++] Parameters fromPoint1 [out]
fromPoint1 is a parameter of type WKSPoint* fromPoint2 [out]
fromPoint2 is a parameter of type WKSPoint* toPoint1 [out]
toPoint1 is a parameter of type WKSPoint* toPoint2 [out]
toPoint2 is a parameter of type WKSPoint*