次の方法で共有


Matrix.OffsetY プロパティ

この Matrix の y 軸方向の平行移動の値 (dy 値、または 3 番目の行の 2 番目の列の要素) を取得します。

Public ReadOnly Property OffsetY As Single
[C#]
public float OffsetY {get;}
[C++]
public: __property float get_OffsetY();
[JScript]
public function get OffsetY() : float;

プロパティ値

Matrix の y 軸方向の平行移動の値。

必要条件

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

参照

Matrix クラス | Matrix メンバ | System.Drawing.Drawing2D 名前空間