TIEMediaFoundationVideoProcessor.SetDestinationRectangle
Declaration
procedure SetDestinationRectangle(rect: TRect);
Description
Set the destination rectangle. The destination rectangle is the portion of the output surface where the source rectangle is blitted.
Example
// Set destination rectangle
ImageEnView1.IO.MediaFoundation.VideoProcessor.SetDestinationRectangle( r );