 | XGridFlipVert Method |
this객체의 데이터를 수직방향으로 데이터를 Flip하고 출력한다.
Namespace:
Pixoneer.NXDL
Assembly:
NXDL (in NXDL.dll) Version: 1.2.817.72
Syntaxpublic bool FlipVert(
out XGrid gridNew
)
Parameters
- gridNew
- Type: Pixoneer.NXDLXGrid
[Out] 출력 XGrid객체
Return Value
Type:
Boolean 성공인경우 true, 실패인 경우 false
See Also