Offsets the current
PointD structure by the specified values.
シンタックス
'宣言
Public Sub Offset( _
ByVal As System.Double, _
ByVal As System.Double _
)
'使用法
Dim instance As PointD
Dim dx As System.Double
Dim dy As System.Double
instance.Offset(dx, dy)
public void Offset(
System.double ,
System.double
)
パラメータ
- dx
- The horizontal offset.
- dy
- The vertical offset.
参照