다음을 통해 공유


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

맵 영역을 사용자 지정할지 여부를 나타내는 태그입니다.

적용 대상