Share via


Point3D 생성자

정의

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

오버로드

Point3D()

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

Point3D(Single, Single, Single)

지정된 X, Y 및 Z 좌표를 사용하여 AnnotationPathPoint 클래스의 새 인스턴스를 초기화합니다.

Point3D()

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

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

적용 대상

Point3D(Single, Single, Single)

지정된 X, Y 및 Z 좌표를 사용하여 AnnotationPathPoint 클래스의 새 인스턴스를 초기화합니다.

public:
 Point3D(float x, float y, float z);
public Point3D (float x, float y, float z);
new System.Web.UI.DataVisualization.Charting.Point3D : single * single * single -> System.Web.UI.DataVisualization.Charting.Point3D
Public Sub New (x As Single, y As Single, z As Single)

매개 변수

x
Single

3D 요소의 X 좌표입니다.

y
Single

3D 요소의 Y 좌표입니다.

z
Single

3D 요소의 깊이를 나타내는 Z 좌표입니다.

적용 대상