Method procedure VLCommonDisplay.TVLCommonImageDisplay.Clear()
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: TVLCommonImageDisplay
Contents |
Syntax
Delphi:
procedure Clear();
C++ Builder:
void __fastcall Clear();
Visual C++ (MFC):
void Clear();
Summary
Clears the display.
Description
Call this method to clear the display.
Delphi example:
VLImageDisplay1.Clear;
C++ Builder example:
VLImageDisplay1->Clear();
Visual C++(MFC) example:
VLImageDisplay1.Clear();
C# Example:
imageDisplay1.Clear();