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
用於指出對應區域是否為自訂的標記。