次の方法で共有


IBasicVideo::SetDestinationPosition

SetDestinationPosition メソッドは、転送先矩形を設定する。

構文

  HRESULT SetDestinationPosition(
  long Left,
  long Top,
  long Width,
  long Height
);

パラメータ

Left

[in] x 座標を指定する (ピクセル単位)。

Top

[in] y 座標を指定する (ピクセル単位)。

Width

[in] 幅を指定する (ピクセル単位)。

Height

[in] 高さを指定する (ピクセル単位)。

戻り値

HRESULT 値を返す。

注意

このメソッドを使うと、IBasicVideo::put_DestinationLeftIBasicVideo::put_DestinationTopIBasicVideo::put_DestinationWidthIBasicVideo::put_DestinationHeight の各メソッドを個別に呼び出した場合と同じ結果が得られる。

参照