このメソッドは、指定した座標の点を表す 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
このページは役に立ちましたか?