Struct RectangleXY
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Rectangle in XY coordinate system.
public struct RectangleXY
- Inherited Members
Constructors
RectangleXY(int, int, int, int)
Constructor
public RectangleXY(int x, int y, int width, int height)
Parameters
Fields
Height
Height.
public int Height
Field Value
Width
Width.
public int Width
Field Value
X
Top left X-coordinate.
public int X
Field Value
Y
Top left Y-coordinate.
public int Y
Field Value
Properties
IsEmpty
Tells if the rectangle is empty.
public bool IsEmpty { get; }