Image Area EllipseEllipse Property
This is used to get or set the ellipse's area
Definition
Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public Rectangle Ellipse { get; set; }VB
Public Property Ellipse As Rectangle
Get
SetC++
public:
property Rectangle Ellipse {
Rectangle get ();
void set (Rectangle value);
}F#
member Ellipse : Rectangle with get, set