Ribbon for WinForms
Substract メソッド (Point)

C1.Win.4.8 アセンブリ > C1.Win.Interop 名前空間 > Point 構造体 : Substract メソッド
The Point that is subtracted from.
The Size that is subtracted.
Subtracts a Size from a Point.
シンタックス
'宣言
 
Public Shared Function Substract( _
   ByVal pt As Point, _
   ByVal sz As Size _
) As Point
public static Point Substract( 
   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 メンバ