MapArea 생성자

정의

MapArea 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
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 개체를 만드는 더 쉬운 방법은 클래스의 오버로드 또는 AddInsert 메서드 중 하나를 사용하는 것입니다 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

지도 영역이 사용자 지정인지 여부를 나타내는 태그입니다.

적용 대상