Struct ImageContent
Content-box insets in image pixels, from the image's top-left.
public readonly record struct ImageContent : IEquatable<ImageContent>
- Implements
- Inherited Members
Constructors
ImageContent(float, float, float, float)
Content-box insets in image pixels, from the image's top-left.
public ImageContent(float Left, float Top, float Right, float Bottom)
Parameters
Properties
Bottom
public float Bottom { get; init; }
Property Value
Left
public float Left { get; init; }
Property Value
Right
public float Right { get; init; }
Property Value
Top
public float Top { get; init; }