次の方法で共有


Matrix3x2F::TransformPoint メソッド (d2d1helper.h)

この行列を使用して、指定した点を変換し、結果を返します。

構文

D2D1_POINT_2F TransformPoint(
  D2D1_POINT_2F point
);

パラメーター

point

種類: D2D1_POINT_2F

変換する点。

戻り値

種類: D2D1_POINT_2F

変換されたポイント。

要件

   
サポートされている最小のクライアント Windows 7、Windows Vista SP2 と Windows Vista 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ]
サポートされている最小のサーバー Windows Server 2008 R2、Windows Server 2008 SP2 および Windows Server 2008 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ]
対象プラットフォーム Windows
ヘッダー d2d1helper.h
Library D2d1.lib
[DLL] D2d1.dll

関連項目

Matrix3x2F