Table of Contents

Struct ImageStretch

Namespace
Maplibre.NativeFfi.Style
Assembly
Maplibre.NativeFfi.dll

One stretchable interval along an image axis, in image pixels.

public readonly record struct ImageStretch : IEquatable<ImageStretch>
Implements
Inherited Members

Constructors

ImageStretch(float, float)

One stretchable interval along an image axis, in image pixels.

public ImageStretch(float From, float To)

Parameters

From float
To float

Properties

From

public float From { get; init; }

Property Value

float

To

public float To { get; init; }

Property Value

float