Table of Contents

Struct PixelLength

Namespace
ScottPlot
Assembly
ScottPlot.dll

Represents a distance in pixel units

public readonly struct PixelLength
Inherited Members
Extension Methods

Constructors

PixelLength(float)

public PixelLength(float length)

Parameters

length float

Fields

Length

public readonly float Length

Field Value

float

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.

Operators

implicit operator PixelLength(float)

public static implicit operator PixelLength(float length)

Parameters

length float

Returns

PixelLength