이 메서드는 지정한 좌표를 나타내는 Point 객체를 생성합니다.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
이 메서드는 지정한 좌표를 나타내는 Point 객체를 생성합니다.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
HRESULT CreatePoint(
int X,
int Y,
IPoint** Result
);
Point CreatePoint(
int X,
int Y
);
Function CreatePoint( _
[X As Integer = 0], _
[Y As Integer = 0] _
) As Point
이 페이지가 도움이 되었나요?