| HotspotShape Property |
Gets or sets a Shape that defines the Hotspot. This can be an Ellipse, Rectangle or Polygon.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public IShape Shape { get; set; }
Public Property Shape As IShape
Get
Set
Dim instance As Hotspot
Dim value As IShape
value = instance.Shape
instance.Shape = value
public:
property IShape^ Shape {
IShape^ get ();
void set (IShape^ value);
}
Property Value
Type:
IShapeSee Also