| Icon | Member | Description |
|---|---|---|
| Map<(Of <(TColor, TDepth>)>)(RectangleF, PointF, TColor) |
Create a new Image Map defined by the Rectangle area. The center (0.0, 0.0) of this map is
defined by the center of the rectangle.
| |
| Map<(Of <(TColor, TDepth>)>)(RectangleF, PointF) |
Create a new Image Map defined by the Rectangle area. The center (0.0, 0.0) of this map is
defined by the center of the rectangle. The initial value of the map is 0.0
| |
| Map<(Of <(TColor, TDepth>)>)(Image<(Of <(TColor, TDepth>)>), RectangleF) |
Create a new Map using the specific image and the rectangle area
|