Click or drag to resize

PointTransformBy Method

Transform this point by the specified matrix.

Namespace: Woodwork.Automation.Common
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
void TransformBy(
	Matrix matrix
)

Parameters

matrix  Matrix
Input Matrix object that specifies the vector to translate by.
See Also