[]
Creates a rectangular image map area.
public static ImageMapArea Rect(RectangleF rect)
Type | Name | Description |
---|---|---|
RectangleF | rect | The rectangle defining the area. |
Type | Description |
---|---|
ImageMapArea | A new instance of the ImageMapArea class representing a rectangular area. |