POINTAPI構造体

宣言文
Type POINTAPI
    X As Long                        X座標
    Y As Long                        Y座標
End Type
Structure POINTAPI
    X As Integer                        X座標
    Y As Integer                        Y座標
End Structure