共用方式為


OutlineSettings.MaskRotationCenter 屬性

定義

定義用來旋轉紋理的相對旋轉中心。 默認值為 (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,則會忽略此參數。

適用於