MapArea コンストラクター

定義

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

マップ領域の属性。

postBackValue
String

Click イベントで処理できるポストバック値。

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

マップ領域の属性。

postBackValue
String

Click イベントで処理できるポストバック値。

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

マップ領域の属性。

postBackValue
String

Click イベントで処理できるポストバック値。

coordinates
Single[]

円、四角形、または多角形の位置を決定する座標の配列。 使用されている図形の種類によって、必要な座標の種類が決まります。

tag
Object

マップ領域がカスタムかどうかを示すタグ。

適用対象