Click or drag to resize

RegularPolygonFromLTRB Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.Shapes.RegularPolygon.FromLTRB(System.Double,System.Double,System.Double,System.Double,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]


Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static RegularPolygon FromLTRB(
	double left,
	double top,
	double right,
	double bottom,
	IReadOnlyPropertyBag context
)

Parameters

left  Double

[Missing <param name="left"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.RegularPolygon.FromLTRB(System.Double,System.Double,System.Double,System.Double,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

top  Double

[Missing <param name="top"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.RegularPolygon.FromLTRB(System.Double,System.Double,System.Double,System.Double,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

right  Double

[Missing <param name="right"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.RegularPolygon.FromLTRB(System.Double,System.Double,System.Double,System.Double,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

bottom  Double

[Missing <param name="bottom"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.RegularPolygon.FromLTRB(System.Double,System.Double,System.Double,System.Double,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

context  IReadOnlyPropertyBag

[Missing <param name="context"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.RegularPolygon.FromLTRB(System.Double,System.Double,System.Double,System.Double,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

Return Value

RegularPolygon

[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.Shapes.RegularPolygon.FromLTRB(System.Double,System.Double,System.Double,System.Double,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

See Also