OutlineSettings.MaskScale Property

Definition

Applies additional scaling (horizontal and vertically) to the mask texture. A scaling of (1;1) displays the texture in actual pixel size.

public:
 property Microsoft::Azure::RemoteRendering::Float2 MaskScale { Microsoft::Azure::RemoteRendering::Float2 get(); void set(Microsoft::Azure::RemoteRendering::Float2 value); };
public Microsoft.Azure.RemoteRendering.Float2 MaskScale { get; set; }
member this.MaskScale : Microsoft.Azure.RemoteRendering.Float2 with get, set
Public Property MaskScale As Float2

Property Value

Remarks

This parameter is ignored if no MaskTexture is set.

Applies to