Click or drag to resize
XDL

XVertex2dAddition Operator

첫번째 피연산자인 XVertex2d객체와 두번째 피연산자인 XVertex2d객체를 더한 값을 새로운 XVertex2d 객체로 반환한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.31
Syntax
C#
public static XVertex2d operator +(
	XVertex2d v1,
	XVertex2d v2
)

Parameters

v1
Type: Pixoneer.NXDLXVertex2d
첫번째 피연산자.
v2
Type: Pixoneer.NXDLXVertex2d
두번째 피연산자.

Return Value

Type: XVertex2d
XVertex2d 객체.
See Also