AnnotationPathPoint 생성자

정의

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

오버로드

AnnotationPathPoint()

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

AnnotationPathPoint(Single, Single)

지정된 xy 값을 사용하여 AnnotationPathPoint 클래스의 새 인스턴스를 초기화합니다.

AnnotationPathPoint(Single, Single, Byte)

지정된 x, y 및 지점 type 값을 사용하여 AnnotationPathPoint 클래스의 새 인스턴스를 초기화합니다.

AnnotationPathPoint()

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

public:
 AnnotationPathPoint();
public AnnotationPathPoint ();
Public Sub New ()

적용 대상

AnnotationPathPoint(Single, Single)

지정된 xy 값을 사용하여 AnnotationPathPoint 클래스의 새 인스턴스를 초기화합니다.

public:
 AnnotationPathPoint(float x, float y);
public AnnotationPathPoint (float x, float y);
new System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint : single * single -> System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint
Public Sub New (x As Single, y As Single)

매개 변수

x
Single

지점의 X 값입니다.

y
Single

지점의 Y 값입니다.

적용 대상

AnnotationPathPoint(Single, Single, Byte)

지정된 x, y 및 지점 type 값을 사용하여 AnnotationPathPoint 클래스의 새 인스턴스를 초기화합니다.

public:
 AnnotationPathPoint(float x, float y, System::Byte type);
public AnnotationPathPoint (float x, float y, byte type);
new System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint : single * single * byte -> System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint
Public Sub New (x As Single, y As Single, type As Byte)

매개 변수

x
Single

지점의 X 값입니다.

y
Single

지점의 Y 값입니다.

type
Byte

지점 형식입니다.

적용 대상