Transforms X and Y coordinates of a point using 12 flops.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public void TransformXY(
	Point p
)
Visual Basic (Declaration)
Public Sub TransformXY ( _
	p As Point _
)
Visual C++
public:
void TransformXY(
	Point^ p
)

Parameters

p
Type: ceometric.VectorGeometry..::.Point
A point.

See Also