Click or drag to resize

EdgeGetEdgePoint Method

Gets a point on the edge at a relative position.

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

Parameters

layerSize  VectorD2D
The size of the layer.
rel  Double
The relative position along the edge (0=start, 1=end).

Return Value

PointD2D
The point on the edge.
See Also