Tests two sizes for equality allowing a small margin for rounding errors.
'宣言
Public Shared Function SamePaperSizes( _
ByVal As C1.Win.Interop.Size, _
ByVal As C1.Win.Interop.Size _
) As System.Boolean
public static System.bool SamePaperSizes(
C1.Win.Interop.Size ,
C1.Win.Interop.Size
)
パラメータ
- size1
- The first size to compare.
- size2
- The second size to compare.
戻り値の型
True if the two sizes are reasonably close, false otherwise.