Table of Contents

Class ProjectionModeOptions

Namespace
Maplibre.NativeFfi.Map
Assembly
Maplibre.NativeFfi.dll

Projection mode options descriptor.

public sealed record ProjectionModeOptions : IEquatable<ProjectionModeOptions>
Inheritance
ProjectionModeOptions
Implements
Inherited Members

Remarks

Compares and hashes by property value; keep an instance unmodified while it is a key in a hash-based collection.

Properties

Axonometric

public bool? Axonometric { get; set; }

Property Value

bool?

XSkew

public double? XSkew { get; set; }

Property Value

double?

YSkew

public double? YSkew { get; set; }

Property Value

double?