MFVideoArea Structure

Specifies a rectangular area within a video frame.

Syntax

typedef struct _MFVideoArea {
    MFOffset OffsetX;
    MFOffset OffsetY;
    SIZE Area;
} MFVideoArea;  

Members

OffsetX
An MFOffset structure that contains the x-coordinate of the upper-left corner of the rectangle. This coordinate might have a fractional value.

OffsetY
An MFOffset structure that contains the y-coordinate of the upper-left corner of the rectangle. This coordinate might have a fractional value.

Area
A SIZE structure that contains the width and height of the rectangle.

Requirements

Header: Declared in mfobjects.h.