|
XUASLocalSetEncoderSetOffsetCornerPoints(XVertex2d, XVertex2d, XVertex2d, XVertex2d) Method
|
영상 꼭지점의 지상 위치를 중심 좌표와의 편차(Offset)로 설정한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 3.0.0.3
Syntaxpublic bool SetOffsetCornerPoints(
XVertex2d lldOffTL,
XVertex2d lldOffTR,
XVertex2d lldOffBR,
XVertex2d lldOffBL
)
Parameters
- lldOffTL XVertex2d
- 영상 좌상단 꼭지점의 지상 좌표 편차. XVertex2d 요소 순서대로 경도(도), 위도(도).
- lldOffTR XVertex2d
- 영상 우상단 꼭지점의 지상 좌표 편차. XVertex2d 요소 순서대로 경도(도), 위도(도).
- lldOffBR XVertex2d
- 영상 우하단 꼭지점의 지상 좌표 편차. XVertex2d 요소 순서대로 경도(도), 위도(도).
- lldOffBL XVertex2d
- 영상 좌하단 꼭지점의 지상 좌표 편차. XVertex2d 요소 순서대로 경도(도), 위도(도).
Return Value
Boolean 항목 설정 성공 여부.
See Also