CompositionClip.Scale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The scale to apply to the clip.
public:
property float2 Scale { float2 get(); void set(float2 value); };
float2 Scale();
void Scale(float2 value);
public Vector2 Scale { get; set; }
var vector2 = compositionClip.scale;
compositionClip.scale = vector2;
Public Property Scale As Vector2
Property Value
The scale to apply to the clip. The scale value is a multiplier of the clip's size. By default, the Scale value on a clip is (1, 1).