System.Types.TSmallPoint のメソッド

提供: RAD Studio API Documentation
移動先: 案内検索


継承Protected
Addpublic2 つの TSmallPoint オブジェクトの合計を計算します。
CreatepublicTSmallPoint オブジェクトを作成します。
Distancepublic2 つの TSmallPoint オブジェクト間の距離を計算します。
initpublic渡されたパラメータが示す位置(x および y フィールドで決定される)の TSmallPoint オブジェクトを返します。
IsZeropublicTSmallPoint オブジェクトの x および y 座標の両方が、0 かどうかをテストします。
operator !=public2 つの TSmallPoint オブジェクトが等しくないことをテストします。
operator +public2 つの TSmallPoint オブジェクトの合計を計算します。
operator +=public座標の値を、TSmallPoint オブジェクトで決定される位置に足します。
operator -public
operator -=public2 つの TSmallPoint オブジェクト間の差分を、それらの座標値で減算することで、計算します。
operator ==public2 つの TSmallPoint オブジェクトが等しいことをテストします。
operator Additionpublic2 つの TSmallPoint オブジェクトの合計を計算します。
operator Equalitypublic2 つの TSmallPoint オブジェクトが等しいかどうかを、それぞれの x と y の値を比べることによってテストします。
operator Inequalitypublic2 つの TSmallPoint オブジェクトが等しくないかどうかを、それぞれの x と y の値を比べることによってテストします。
operator Subtractionpublic2 つの TSmallPoint オブジェクトの差分を計算します。
Subtractpublic2 つの TSmallPoint オブジェクトの差分を計算します。