Click or drag to resize

RectangleXY Structure

LightningChart .NET Help
Rectangle in XY coordinate system.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
public struct RectangleXY

The RectangleXY type exposes the following members.

Constructors
  NameDescription
Public methodRectangleXY
Constructor
Top
Properties
  NameDescription
Public propertyIsEmpty
Tells if the rectangle is empty.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldHeight
Height.
Public fieldWidth
Width.
Public fieldX
Top left X-coordinate.
Public fieldY
Top left Y-coordinate.
Top
See Also