共用方式為


VisualTarget.TransformToDevice 屬性

定義

傳回矩陣,這個矩陣可用來將 VisualTarget 的座標轉譯為轉譯目的地裝置。

public:
 virtual property System::Windows::Media::Matrix TransformToDevice { System::Windows::Media::Matrix get(); };
public override System.Windows.Media.Matrix TransformToDevice { get; }
member this.TransformToDevice : System.Windows.Media.Matrix
Public Overrides ReadOnly Property TransformToDevice As Matrix

屬性值

Matrix

取得型別 Matrix 的值。

適用於