Class RenderedQueryGeometry.LineString
public sealed record RenderedQueryGeometry.LineString : RenderedQueryGeometry, IEquatable<RenderedQueryGeometry>, IEquatable<RenderedQueryGeometry.LineString>
- Inheritance
-
RenderedQueryGeometry.LineString
- Implements
- Inherited Members
Constructors
LineString(IReadOnlyList<ScreenPoint>)
public LineString(IReadOnlyList<ScreenPoint> Points)
Parameters
PointsIReadOnlyList<ScreenPoint>
Properties
Points
public IReadOnlyList<ScreenPoint> Points { get; init; }
Property Value
Methods
Equals(LineString?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(RenderedQueryGeometry.LineString? other)
Parameters
otherRenderedQueryGeometry.LineStringAn object to compare with this object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.