Click or drag to resize
XDL

XGridFlipHorz Method

this객체의 데이터를 수평방향으로 데이터를 Flip하고 출력한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 1.2.817.72
Syntax
C#
public bool FlipHorz(
	out XGrid gridNew
)

Parameters

gridNew
Type: Pixoneer.NXDLXGrid
[Out] New flipped grid

Return Value

Type: Boolean
성공인경우 true, 실패인 경우 false
See Also