MapArea 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 MapArea 类的新实例。
重载
MapArea() |
初始化 MapArea 类的新实例。 |
MapArea(String, GraphicsPath) |
使用指定的 URL 和 MapArea 对象初始化 GraphicsPath 类的新实例。 |
MapArea(String, RectangleF) |
使用指定的 URL 和 MapArea 结构初始化 RectangleF 类的新实例。 |
MapArea(MapAreaShape, String, Single[]) |
使用指定的形状、URL 和坐标初始化 MapArea 类的新实例。 |
MapArea(String, String, String, String, GraphicsPath, Object) |
使用指定的工具提示文本、URL、特性、回发值、路径和标记初始化 MapArea 类的新实例。 |
MapArea(String, String, String, String, RectangleF, Object) |
使用指定的工具提示文本、URL、特性、回发值、矩形坐标和标记初始化 MapArea 类的新实例。 |
MapArea(MapAreaShape, String, String, String, String, Single[], Object) |
使用指定的形状、工具提示文本、URL、特性、回发值、坐标和标记初始化 MapArea 类的新实例。 |
MapArea()
初始化 MapArea 类的新实例。
public:
MapArea();
public MapArea ();
Public Sub New ()
注解
此构造函数可用于创建和初始化 类的新实例 MapArea 。
但是,创建自定义 MapArea 对象的一种更简单方法是使用 类的重载 Add
或 Insert
方法之 MapAreasCollection 一。
适用于
MapArea(String, GraphicsPath)
使用指定的 URL 和 MapArea 对象初始化 GraphicsPath 类的新实例。
public:
MapArea(System::String ^ url, System::Drawing::Drawing2D::GraphicsPath ^ path);
public MapArea (string url, System.Drawing.Drawing2D.GraphicsPath path);
new System.Web.UI.DataVisualization.Charting.MapArea : string * System.Drawing.Drawing2D.GraphicsPath -> System.Web.UI.DataVisualization.Charting.MapArea
Public Sub New (url As String, path As GraphicsPath)
参数
- url
- String
映射区域的目标 URL 或定位点。
- path
- GraphicsPath
一个 GraphicsPath 对象,它定义映射区的形状。
适用于
MapArea(String, RectangleF)
使用指定的 URL 和 MapArea 结构初始化 RectangleF 类的新实例。
public:
MapArea(System::String ^ url, System::Drawing::RectangleF rect);
public MapArea (string url, System.Drawing.RectangleF rect);
new System.Web.UI.DataVisualization.Charting.MapArea : string * System.Drawing.RectangleF -> System.Web.UI.DataVisualization.Charting.MapArea
Public Sub New (url As String, rect As RectangleF)
参数
- url
- String
映射区域的目标 URL 或定位点。
- rect
- RectangleF
一个 RectangleF 结构,它定义矩形映射区的形状。
适用于
MapArea(MapAreaShape, String, Single[])
使用指定的形状、URL 和坐标初始化 MapArea 类的新实例。
public:
MapArea(System::Web::UI::DataVisualization::Charting::MapAreaShape shape, System::String ^ url, cli::array <float> ^ coordinates);
public MapArea (System.Web.UI.DataVisualization.Charting.MapAreaShape shape, string url, float[] coordinates);
new System.Web.UI.DataVisualization.Charting.MapArea : System.Web.UI.DataVisualization.Charting.MapAreaShape * string * single[] -> System.Web.UI.DataVisualization.Charting.MapArea
Public Sub New (shape As MapAreaShape, url As String, coordinates As Single())
参数
- shape
- MapAreaShape
映射区的形状。
- url
- String
映射区域的目标 URL 或定位点。
- coordinates
- Single[]
坐标数组,决定圆、矩形或多边形的位置。 所使用形状的类型决定了所需坐标的类型。
适用于
MapArea(String, String, String, String, GraphicsPath, Object)
使用指定的工具提示文本、URL、特性、回发值、路径和标记初始化 MapArea 类的新实例。
public:
MapArea(System::String ^ toolTip, System::String ^ url, System::String ^ attributes, System::String ^ postBackValue, System::Drawing::Drawing2D::GraphicsPath ^ path, System::Object ^ tag);
public MapArea (string toolTip, string url, string attributes, string postBackValue, System.Drawing.Drawing2D.GraphicsPath path, object tag);
new System.Web.UI.DataVisualization.Charting.MapArea : string * string * string * string * System.Drawing.Drawing2D.GraphicsPath * obj -> System.Web.UI.DataVisualization.Charting.MapArea
Public Sub New (toolTip As String, url As String, attributes As String, postBackValue As String, path As GraphicsPath, tag As Object)
参数
- toolTip
- String
映射区域的工具提示。
- url
- String
映射区域的目标 URL 或定位点。
- attributes
- String
映射区的特性。
- path
- GraphicsPath
作为图形路径的区域坐标。
- tag
- Object
标记指示的映射区是否是自定义。
适用于
MapArea(String, String, String, String, RectangleF, Object)
使用指定的工具提示文本、URL、特性、回发值、矩形坐标和标记初始化 MapArea 类的新实例。
public:
MapArea(System::String ^ toolTip, System::String ^ url, System::String ^ attributes, System::String ^ postBackValue, System::Drawing::RectangleF rect, System::Object ^ tag);
public MapArea (string toolTip, string url, string attributes, string postBackValue, System.Drawing.RectangleF rect, object tag);
new System.Web.UI.DataVisualization.Charting.MapArea : string * string * string * string * System.Drawing.RectangleF * obj -> System.Web.UI.DataVisualization.Charting.MapArea
Public Sub New (toolTip As String, url As String, attributes As String, postBackValue As String, rect As RectangleF, tag As Object)
参数
- toolTip
- String
映射区域的工具提示。
- url
- String
映射区域的目标 URL 或定位点。
- attributes
- String
映射区的特性。
- rect
- RectangleF
MapArea 对象的坐标。
- tag
- Object
标记指示的映射区是否是自定义。
适用于
MapArea(MapAreaShape, String, String, String, String, Single[], Object)
使用指定的形状、工具提示文本、URL、特性、回发值、坐标和标记初始化 MapArea 类的新实例。
public:
MapArea(System::Web::UI::DataVisualization::Charting::MapAreaShape shape, System::String ^ toolTip, System::String ^ url, System::String ^ attributes, System::String ^ postBackValue, cli::array <float> ^ coordinates, System::Object ^ tag);
public MapArea (System.Web.UI.DataVisualization.Charting.MapAreaShape shape, string toolTip, string url, string attributes, string postBackValue, float[] coordinates, object tag);
new System.Web.UI.DataVisualization.Charting.MapArea : System.Web.UI.DataVisualization.Charting.MapAreaShape * string * string * string * string * single[] * obj -> System.Web.UI.DataVisualization.Charting.MapArea
Public Sub New (shape As MapAreaShape, toolTip As String, url As String, attributes As String, postBackValue As String, coordinates As Single(), tag As Object)
参数
- shape
- MapAreaShape
映射区的形状。
- toolTip
- String
映射区域的工具提示。
- url
- String
映射区域的目标 URL 或定位点。
- attributes
- String
映射区的特性。
- coordinates
- Single[]
坐标数组,决定圆、矩形或多边形的位置。 所使用形状的类型决定了所需坐标的类型。
- tag
- Object
标记指示的映射区是否是自定义。