Image Area Ellipse(Rectangle, String) Constructor
Constructor. This version takes the ellipse coordinates and a tool tip.
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 ImageAreaEllipse(
Rectangle rect,
string? toolTip
)VB
Public Sub New (
rect As Rectangle,
toolTip As String
)C++
public:
ImageAreaEllipse(
Rectangle rect,
String^ toolTip
)F#
new :
rect : Rectangle *
toolTip : string -> ImageAreaEllipse