次の方法で共有


Point.Offset メソッド

この Point を指定の量だけ平行移動します。

Public Sub Offset( _
   ByVal dx As Integer, _   ByVal dy As Integer _)
[C#]
public void Offset(intdx,intdy);
[C++]
public: void Offset(intdx,intdy);
[JScript]
public function Offset(
   dx : int,dy : int);

パラメータ

  • dx
    x 座標のオフセット量。
  • dy
    y 座標のオフセット量。

戻り値

このメソッドは値を返しません。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

Point 構造体 | Point メンバ | System.Drawing 名前空間