共用方式為


ITransform 介面

定義

提供能夠將轉換套用至檢視的功能。

public interface class ITransform
public interface ITransform
type ITransform = interface
Public Interface ITransform
衍生

屬性

AnchorX

取得任何轉換中心點的 X 元件,相對於專案界限。

AnchorY

取得任何轉換之中心點的 Y 元件,相對於專案界限。

Rotation

取得轉譯專案時,Z 軸 (affine rotation) 的旋轉 (以度為單位)。

RotationX

取得轉譯專案時,X 軸(透視旋轉)的旋轉(以度為單位)。

RotationY

取得轉譯專案時,Y 軸(透視旋轉)的旋轉(以度為單位)。

Scale

取得套用至 元素的縮放比例。

ScaleX

取得套用至 專案之 X 軸因數的縮放比例。

ScaleY

取得套用至專案之 Y 軸因數的縮放比例。

TranslationX

取得專案的 X 轉譯差異。

TranslationY

取得專案的 Y 轉譯差異。

適用於