'Declaration Public Shared Function Rect( _ ByVal rect As RectangleF _ ) As ImageMapArea
public static ImageMapArea Rect( RectangleF rect )
Parameters
- rect
- The rectangle defining the area.
Return Value
A new instance of the ImageMapArea class representing a rectangular area.