Click or drag to resize

PointTransformBy Method

Transforms this point by the specified transformation matrix.

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

Parameters

matrix  Matrix
The 4x4 transformation matrix to apply.
See Also