Class CameraFitOptions
Camera fitting descriptor.
public sealed record CameraFitOptions : IEquatable<CameraFitOptions>
- Inheritance
-
CameraFitOptions
- 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
Bearing
public double? Bearing { get; set; }
Property Value
Padding
public EdgeInsets? Padding { get; set; }
Property Value
Pitch
public double? Pitch { get; set; }