Table of Contents

Struct ImageContent

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

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

Left float
Top float
Right float
Bottom float

Properties

Bottom

public float Bottom { get; init; }

Property Value

float

Left

public float Left { get; init; }

Property Value

float

Right

public float Right { get; init; }

Property Value

float

Top

public float Top { get; init; }

Property Value

float