Class ProjectionModeOptions
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
YSkew
public double? YSkew { get; set; }