Class BoundOptions
Camera bound constraint descriptor.
public sealed record BoundOptions : IEquatable<BoundOptions>
- Inheritance
-
BoundOptions
- 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
Bounds
public BoundsConstraint? Bounds { get; set; }
Property Value
MaximumPitch
public double? MaximumPitch { get; set; }
Property Value
MaximumZoom
public double? MaximumZoom { get; set; }
Property Value
MinimumPitch
public double? MinimumPitch { get; set; }
Property Value
MinimumZoom
public double? MinimumZoom { get; set; }