|
使用 AddMovieAnnotation 在目前頁面加入新的 Movie annotation,並指定 text message(Contents)、movie filename、rectangle area(Rectangle)與 color
|
返回頂部 上一頁 下一頁 |
|
Adds new Movie annotation on the current page.
Delphi 語法: procedure AddMovieAnnotation ( Contents: AnsiString; FileName: AnsiString; Rectangle: TRect; Color: TColor = clRed);
C++ 語法: void __fastcall AddMovieAnnotation ( AnsiString Contents, AnsiString FileName, Windows::TRect &Rectangle, Graphics::TColor Color );
說明 使用 AddMovieAnnotation 在目前頁面加入新的 Movie annotation,並指定 text message(Contents)、movie filename、rectangle area(Rectangle)與 color
|