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