Table of Contents

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

x int

Location x coordinate

y int

Location y coordinate

width int

Width

height int

Height

Fields

Height

Height.

public int Height

Field Value

int

Width

Width.

public int Width

Field Value

int

X

Top left X-coordinate.

public int X

Field Value

int

Y

Top left Y-coordinate.

public int Y

Field Value

int

Properties

IsEmpty

Tells if the rectangle is empty.

public bool IsEmpty { get; }

Property Value

bool