Previous: 4.47.2.28. SetDevice To the Table of Contents Next: 4.47.2.30. SetDisplayWindow
4.47.2.28. SetDevice Table of Contents 4.47.2.30. SetDisplayWindow

- 4.47.2.29. -
Table of Contents
4. Standard Units
4.47. MMedia - Multimedia Devices support unit
4.47.2. TMMedia Object Methods
4.47.2.29. SetDisplayRect


4.47.2.29. SetDisplayRect

Targets: Win32 only


MMedia Unit

Specifies a rectangular area in the window specified by the SetDisplayWindow method that is used to display output from a multimedia device.

Declaration:
  procedure SetDisplayRect(DisplayRect: TRect);
Remarks:
Media that use a rectangle to display output usually perform best if the default DisplayRect size is used. To set DisplayRect to the default size, position the rectangle in the upper left corner and use (0, 0) for the lower right corner.


Previous: 4.47.2.28. SetDevice To the Table of Contents Next: 4.47.2.30. SetDisplayWindow
4.47.2.28. SetDevice Table of Contents 4.47.2.30. SetDisplayWindow

- 4.47.2.29. -