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
Fields
Height
public double Height
Field Value
Width
public double Width
Field Value
Methods
ToSize()
public readonly Size ToSize()
Returns
ToSize2f()
public readonly Size2f ToSize2f()
Returns
Operators
implicit operator Size2d(Size)
public static implicit operator Size2d(Size size)
Parameters
sizeSize
Returns
implicit operator Size2d(Size2f)
public static implicit operator Size2d(Size2f size)
Parameters
sizeSize2f