Struct Size
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
[Serializable]
[SuppressMessage("Design", "CA1051: Do not declare visible instance fields")]
public record struct Size : IEquatable<Size>
- Implements
- Inherited Members
Constructors
Size(double, double)
Constructor
public Size(double width, double height)
Parameters
Size(int, int)
public Size(int Width, int Height)
Parameters
Fields
Height
public int Height
Field Value
Width
public int Width
Field Value
Operators
explicit operator Size(Size2d)
public static explicit operator Size(Size2d size)
Parameters
sizeSize2d
Returns
explicit operator Size(Size2f)
public static explicit operator Size(Size2f size)
Parameters
sizeSize2f