Click or drag to resize
XDL

XRPFTocGetFrameFileName Method (Int32, Int32, Int32)

TOC파일에 구성된 여러개의 파일 중 row/column에 해당하는 파일 이름을 반환한다. 여기서 파일이라함은 Frame이라 할 수 있는데 Tile을 구성하는 하나의 요소라 할 수 있다.

Namespace:  Pixoneer.NXDL.NIO
Assembly:  NXDLio (in NXDLio.dll) Version: 1.2.817.72
Syntax
C#
public string GetFrameFileName(
	int row,
	int col,
	int BoundaryRecIndex
)

Parameters

row
Type: SystemInt32
Frame의 Row 인덱스.
col
Type: SystemInt32
Frame의 Column 인덱스.
BoundaryRecIndex
Type: SystemInt32
Boundary rectangle record 인덱스.

Return Value

Type: String
입력된 row/col에 해당하는 Frame 파일 이름.
See Also