| Rect2fSize Property |
Size of the rectangle [CvSize(Width, Height)]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Size2f Size { get; set; }
Public Property Size As Size2f
Get
Set
public:
property Size2f Size {
Size2f get ();
void set (Size2f value);
}
member Size : Size2f with get, set
Property Value
Type:
Size2fSee Also