'宣言 Public Shared Function SamePaperSizes( _ ByVal size1 As System.Drawing.SizeF, _ ByVal size2 As System.Drawing.SizeF _ ) As System.Boolean
'使用法 Dim size1 As System.Drawing.SizeF Dim size2 As System.Drawing.SizeF Dim value As System.Boolean value = Utils.SamePaperSizes(size1, size2)
パラメータ
- size1
- The first size to compare.
- size2
- The second size to compare.
戻り値の型
True if the two sizes are reasonably close, false otherwise.