Click or drag to resize

RegularPolygonFromLTRB Method

Creates a regular polygon from left/top/right/bottom coordinates.

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

Parameters

left  Double
The left coordinate.
top  Double
The top coordinate.
right  Double
The right coordinate.
bottom  Double
The bottom coordinate.
context  IReadOnlyPropertyBag
The property context.

Return Value

RegularPolygon
A regular polygon created from the specified coordinates.
See Also