Struct PlotArea
Namespace: VelloSharp.Composition
Assembly: VelloSharp.Composition.dll
public readonly record struct PlotArea : IEquatable<PlotArea>
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
PlotArea(double, double, double, double)
public PlotArea(double Left, double Top, double Width, double Height)
Parameters
Left double
Top double
Width double
Height double
Properties
Bottom
public double Bottom { get; }
Property Value
Height
public double Height { get; init; }
Property Value
Left
public double Left { get; init; }
Property Value
Right
public double Right { get; }
Property Value
Top
public double Top { get; init; }
Property Value
Width
public double Width { get; init; }