Transforms X and Y coordinates of start and end point of an edge using 24 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(
	Edge e
)
Visual Basic (Declaration)
Public Sub TransformXY ( _
	e As Edge _
)
Visual C++
public:
void TransformXY(
	Edge^ e
)

Parameters

e
Type: ceometric.VectorGeometry..::.Edge
An edge.

See Also