Table of Contents

Class AspectRatio

Namespace
ScanbotSDK.MAUI.Core.Geometry
Assembly
ScanbotSDK.Shared.dll
public class AspectRatio
Inheritance
AspectRatio
Inherited Members

Constructors

AspectRatio()

public AspectRatio()

AspectRatio(double, double)

public AspectRatio(double width, double height)

Parameters

width double
height double

Properties

Height

public double Height { get; init; }

Property Value

double

Width

public double Width { get; init; }

Property Value

double