Specifies a rectangular area within a video frame.
typedef struct _MFVideoArea {
MFOffset OffsetX;
MFOffset OffsetY;
SIZE Area;
} MFVideoArea;
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.
Header: Declared in mfobjects.h.