Image Area CircleCenter Point Property
This is used to get or set the circle's center point
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 Point CenterPoint { get; set; }VB
Public Property CenterPoint As Point
Get
SetC++
public:
property Point CenterPoint {
Point get ();
void set (Point value);
}F#
member CenterPoint : Point with get, set