Ribbon for WinForms
減算演算子 オペレータ (Point)

C1.Win.8 アセンブリ > C1.Win.Interop 名前空間 > Point 構造体 : 減算演算子 オペレータ
The Point that is subtracted from.
The Size that is subtracted.
Subtracts a Size from a Point.
シンタックス
'宣言
 
Public Operator -( _
   ByVal pt As Point, _
   ByVal sz As Size _
) As Point
public Point operator -( 
   Point pt,
   Size sz
)

パラメータ

pt
The Point that is subtracted from.
sz
The Size that is subtracted.

戻り値の型

A Point representing the result of the subtraction.
参照

Point 構造体
Point メンバ