Click or drag to resize

CurlyBraceShapeFromLTRB Method

Creates a curly brace shape 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 CurlyBraceShape 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

CurlyBraceShape
The created shape.
See Also