OutlineSettings.MaskRotationCenter 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義用來旋轉紋理的相對旋轉中心。 默認值為 (0.5; 0.5),這是紋理的中心。
public:
property Microsoft::Azure::RemoteRendering::Float2 MaskRotationCenter { Microsoft::Azure::RemoteRendering::Float2 get(); void set(Microsoft::Azure::RemoteRendering::Float2 value); };
public Microsoft.Azure.RemoteRendering.Float2 MaskRotationCenter { get; set; }
member this.MaskRotationCenter : Microsoft.Azure.RemoteRendering.Float2 with get, set
Public Property MaskRotationCenter As Float2
屬性值
備註
如果未設定任何 MaskTexture,則會忽略此參數。