Table of Contents

Struct Size2d

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll
[Serializable]
public record struct Size2d : IEquatable<Size2d>
Implements
Inherited Members

Constructors

Size2d(double, double)

public Size2d(double Width, double Height)

Parameters

Width double
Height double

Fields

Height

public double Height

Field Value

double

Width

public double Width

Field Value

double

Methods

ToSize()

public readonly Size ToSize()

Returns

Size

ToSize2f()

public readonly Size2f ToSize2f()

Returns

Size2f

Operators

implicit operator Size2d(Size)

public static implicit operator Size2d(Size size)

Parameters

size Size

Returns

Size2d

implicit operator Size2d(Size2f)

public static implicit operator Size2d(Size2f size)

Parameters

size Size2f

Returns

Size2d