LightningChart .NET Help
Constructor
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic RectangleXYF(
float x,
float y,
float width,
float height
)
Public Sub New (
x As Single,
y As Single,
width As Single,
height As Single
)
public:
RectangleXYF(
float x,
float y,
float width,
float height
)
Parameters
- x
- Type: SystemSingle
Location x coordinate - y
- Type: SystemSingle
Location y coordinate - width
- Type: SystemSingle
Width - height
- Type: SystemSingle
Height
See Also