Table of Contents

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

x float

Location x coordinate

y float

Location y coordinate

width float

Width

height float

Height

Fields

Height

Height.

public float Height

Field Value

float

Width

Width.

public float Width

Field Value

float

X

Top left x-coordinate.

public float X

Field Value

float

Y

Top left y-coordinate.

public float Y

Field Value

float

Properties

IsEmpty

Tells if the rectangle is empty.

public bool IsEmpty { get; }

Property Value

bool