Click or drag to resize

EdgeGetEnd Method

Gets the end point of the edge for the given layer size.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public PointD2D GetEnd(
	VectorD2D layerSize
)

Parameters

layerSize  VectorD2D
The size of the layer.

Return Value

PointD2D
The end point of the edge.
See Also