'Declaration Public Shared Function GetIsTranslateTransform( _
ByVal sourcePointsИсходные точки.() As System.Drawing.PointF, _
ByVal transformedPointsПреобразованные точки.() As System.Drawing.PointF, _
ByRef translationVectorВектор трансляции.As System.Drawing.PointF _
) As Boolean
public static bool GetIsTranslateTransform(
System.Drawing.PointF[] sourcePoints,
System.Drawing.PointF[] transformedPoints,
out System.Drawing.PointF translationVector
)
public: static bool GetIsTranslateTransform(
System.Drawing.PointF[]* sourcePoints,
System.Drawing.PointF[]* transformedPoints,
[PARAMFLAG::Out] System.Drawing.PointF translationVector
)
public:
static bool GetIsTranslateTransform(
array<System.Drawing.PointF>^ sourcePoints,
array<System.Drawing.PointF>^ transformedPoints,
[Out] System.Drawing.PointF translationVector
)
Parameters
- sourcePoints
- Исходные точки.
- transformedPoints
- Преобразованные точки.
- translationVector
- Вектор трансляции.
Return Value
True, если точки переведены, т. е. к sourcePoints применено преобразование перевода; в противном случае - false.