VideoTransformEffectDefinition.OutputSize 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.
Gets or sets the output size of the video, in pixels.
public:
property Size OutputSize { Size get(); void set(Size value); };
Size OutputSize();
void OutputSize(Size value);
public Size OutputSize { get; set; }
var size = videoTransformEffectDefinition.outputSize;
videoTransformEffectDefinition.outputSize = size;
Public Property OutputSize As Size
Property Value
The output size of the video, in pixels.
Remarks
When video is scaled using this property, the aspect ratio of the video is preserved.