Click or drag to resize
XDL

XMat3x3dCopy(XMat3x3d) Method

행렬을 주어진 입력 행렬과 같은 요소들로 채운다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public bool Copy(
	XMat3x3d mat1
)

Parameters

mat1  XMat3x3d
입력 행렬.

Return Value

Boolean
복사 성공 여부.
See Also