Click or drag to resize
XDL

XGridFlipVert Method

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

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

Parameters

gridNew
Type: Pixoneer.NXDLXGrid
[Out] 출력 XGrid객체

Return Value

Type: Boolean
성공하는 경우 true를, 실패하는 경우 false
See Also