ImageEn, unit iemmf

TIEMediaFoundationVideoProcessor.SetSourceRectangle

TIEMediaFoundationVideoProcessor.SetSourceRectangle

Declaration

procedure SetSourceRectangle(rect: TRect);

Description

Set the source rectangle. The source rectangle is the portion of the input frame that is blitted to the destination surface.

Example

// Set source rectangle
ImageEnView1.IO.MediaFoundation.VideoProcessor.SetSourceRectangle( r );