BlendEffect::TargetOutputOption Property
Controls how the foreground is fitted into the target area.
If set to Stretch, the foreground image will be resized to fit the target area exactly. If set to PreserveAspectRatio, the foreground image will be blended into the target area centered and with the original aspect ratio intact. If set to PreserveSize, the size portion of the target area will be ignored, and the foregound image will be blended in its original size.
Namespace: Lumia.Imaging.Compositing
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
public: virtual property OutputOption TargetOutputOption { OutputOption get () sealed; void set (OutputOption value) sealed; }
Property Value
Type: OutputOption
Show: