Struct ImageStretch
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
Properties
From
public float From { get; init; }
Property Value
To
public float To { get; init; }