'宣言 Public Function New( _ ByVal left As System.Double, _ ByVal top As System.Double, _ ByVal right As System.Double, _ ByVal bottom As System.Double _ )
'使用法 Dim left As System.Double Dim top As System.Double Dim right As System.Double Dim bottom As System.Double Dim instance As New OffsetsD(left, top, right, bottom)
パラメータ
- left
- 左オフセット。
- top
- 上オフセット。
- right
- 右オフセット。
- bottom
- 下オフセット。