RectangleShape(Rectangle, Rectangle, Color) Constructor

Initializes a new instance of RectangleShape class.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public RectangleShape(
	Rectangle aBounds,
	Rectangle aRectangle,
	Color aShapeColor
)

Parameters

aBounds  Rectangle
Bounds of the shape.
aRectangle  Rectangle
The shape itself.
aShapeColor  Color
The color of the shape.

See Also