 | AffineTransformTransformPoint Method |
Transforms the given point.
Namespace: PdfTools.Toolbox.Geometry.RealAssembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.7.1+cd848a3eabf1b263af73d28a644a529edd2f1318
Syntaxpublic Point TransformPoint(
Point original
)
Parameters
- original Point
-
the point to be transformed
Return Value
Point
the transformed point
ExceptionsException | Condition |
---|
InvalidOperationException | If the affine transform is singular, e.g. default initialized.
(Use Identity as an initial value.) |
See Also