RectangleShape(Rectangle, Rectangle, Color) Constructor
Namespace: BeeMobile.LineChartAssembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
public RectangleShape(
Rectangle aBounds,
Rectangle aRectangle,
Color aShapeColor
)
Public Sub New (
aBounds As Rectangle,
aRectangle As Rectangle,
aShapeColor As Color
)
Parameters
- aBounds Rectangle
- Bounds of the shape.
- aRectangle Rectangle
- The shape itself.
- aShapeColor Color
- The color of the shape.