PrintDocument for WinForms
減算演算子 オペレータ (PointD)


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

パラメータ

pt
The PointD that is subtracted from.
sz
The SizeD that is subtracted.

戻り値の型

A PointD representing the result of the subtraction.
参照

PointD 構造体
PointD メンバ