Click or drag to resize

RegularPolygonGetPath(Double, Double, Double, Int32) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.Shapes.RegularPolygon.GetPath(System.Double,System.Double,System.Double,System.Int32)"]


Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static GraphicsPath GetPath(
	double x0,
	double y0,
	double radius,
	int vertices
)

Parameters

x0  Double

[Missing <param name="x0"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.RegularPolygon.GetPath(System.Double,System.Double,System.Double,System.Int32)"]

y0  Double

[Missing <param name="y0"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.RegularPolygon.GetPath(System.Double,System.Double,System.Double,System.Int32)"]

radius  Double

[Missing <param name="radius"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.RegularPolygon.GetPath(System.Double,System.Double,System.Double,System.Int32)"]

vertices  Int32

[Missing <param name="vertices"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.RegularPolygon.GetPath(System.Double,System.Double,System.Double,System.Int32)"]

Return Value

GraphicsPath

[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.Shapes.RegularPolygon.GetPath(System.Double,System.Double,System.Double,System.Int32)"]

See Also