次の方法で共有


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

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

適用対象