PrintDocument for WinForms
Substract メソッド (PointD)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > PointD 構造体 : Substract メソッド
The PointD that is subtracted from.
The SizeD that is subtracted.
Subtracts a SizeD from a PointD.
シンタックス
'宣言
 
Public Shared Function Substract( _
   ByVal pt As PointD, _
   ByVal sz As SizeD _
) As PointD
'使用法
 
Dim pt As PointD
Dim sz As SizeD
Dim value As PointD
 
value = PointD.Substract(pt, sz)
public static PointD Substract( 
   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 メンバ