Click or drag to resize

SquareGetPolygon Method

Gets the normalized polygon vertices of the square.

Namespace: Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerable<PointD2D> GetPolygon()

Return Value

IEnumerablePointD2D
The square polygon vertices.
See Also