Click or drag to resize
XDL

XGridFlipHorz Method

데이터를 수평방향으로 뒤집는다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.31
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