Click or drag to resize

IScatterSymbolFrameGetCopyOfClipperPolygon Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols.IScatterSymbolFrame.GetCopyOfClipperPolygon(System.Double,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#
List<List<IntPoint>> GetCopyOfClipperPolygon(
	double relativeWidth,
	List<List<IntPoint>> outerPolygon
)

Parameters

relativeWidth  Double

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

outerPolygon  ListListIntPoint

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

Return Value

ListListIntPoint

[Missing <returns> documentation for "M:Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols.IScatterSymbolFrame.GetCopyOfClipperPolygon(System.Double,System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}})"]

See Also