Skip to main content

Struct PlotArea

Namespace: VelloSharp.Composition
Assembly: VelloSharp.Composition.dll

public readonly record struct PlotArea : IEquatable<PlotArea>

Implements

IEquatable<PlotArea>

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

double

Height

public double Height { get; init; }

Property Value

double

Left

public double Left { get; init; }

Property Value

double

Right

public double Right { get; }

Property Value

double

Top

public double Top { get; init; }

Property Value

double

Width

public double Width { get; init; }

Property Value

double