Property VLDVDPlayer.TVLDVDButton.Rectangle
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLDVDButton
Contents |
Syntax
Delphi:
property Rectangle : TRect read GetRectangle;
C++ Builder:
__property TRect Rectangle = { read=GetRectangle };
Summary
Returns the rectangle coordinates for the menu button. (Currently not implemented in Windows)
Description
Use this method to get the rectangle coordinates for the menu
button.
This method is currently not implemented in Windows DirectShow. The interface is supported by VideoLab in case future versions of DirectShow include the support.