Click or drag to resize

OpenSymbolBaseCalculatePolygons Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols.OpenSymbolBase.CalculatePolygons(System.Nullable{System.Double},System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@)"]


Namespace: Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void CalculatePolygons(
	double? relativeStructureWidth,
	out List<List<IntPoint>>? framePolygon,
	out List<List<IntPoint>>? insetPolygon,
	out List<List<IntPoint>>? fillPolygon
)

Parameters

relativeStructureWidth  NullableDouble

[Missing <param name="relativeStructureWidth"/> documentation for "M:Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols.OpenSymbolBase.CalculatePolygons(System.Nullable{System.Double},System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@)"]

framePolygon  ListListIntPoint

[Missing <param name="framePolygon"/> documentation for "M:Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols.OpenSymbolBase.CalculatePolygons(System.Nullable{System.Double},System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@)"]

insetPolygon  ListListIntPoint

[Missing <param name="insetPolygon"/> documentation for "M:Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols.OpenSymbolBase.CalculatePolygons(System.Nullable{System.Double},System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@)"]

fillPolygon  ListListIntPoint

[Missing <param name="fillPolygon"/> documentation for "M:Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols.OpenSymbolBase.CalculatePolygons(System.Nullable{System.Double},System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@)"]

Implements

IScatterSymbolCalculatePolygons(NullableDouble, ListListIntPoint, ListListIntPoint, ListListIntPoint)
See Also