RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Transform2D

Transform2D.OfPoint

Method
Description:
Applies the transformation to the point and returns the result.
Remarks:
Transformation of a point is affected by the translational part of the transformation.
Syntax
public UV OfPoint(
	UV point
)
Parameters
Parameter Type Description
point UV The point to transform.
Return Value
Type Description
UV The transformed point.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null