PrintDocument for WinForms
Substract メソッド (SizeD)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > SizeD 構造体 : Substract メソッド
The SizeD that is subtracted from.
The SizeD that is subtracted.
Subtracts one SizeD structure from another.
シンタックス
'宣言
 
Public Shared Function Substract( _
   ByVal sz1 As SizeD, _
   ByVal sz2 As SizeD _
) As SizeD
'使用法
 
Dim sz1 As SizeD
Dim sz2 As SizeD
Dim value As SizeD
 
value = SizeD.Substract(sz1, sz2)
public static SizeD Substract( 
   SizeD sz1,
   SizeD sz2
)

パラメータ

sz1
The SizeD that is subtracted from.
sz2
The SizeD that is subtracted.

戻り値の型

A SizeD representing the result of the subtraction.
参照

SizeD 構造体
SizeD メンバ