Class VLImageDisplay.TVLImageDisplay

From Mitov Wiki Doc
Revision as of 00:18, 22 November 2011 by David Alm (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

BIGVLImageDisplay.gif VLImageDisplay.gif NETVLImageDisplay.gif

Package: VideoLabBasicPkg

Unit: VLImageDisplay

Inherits: TVLCommonImageDisplay

Contents

Syntax

Delphi:

type TVLImageDisplay = class( TVLCommonImageDisplay )

C++ Builder:

class TVLImageDisplay : public TVLCommonImageDisplay

Visual C++ (MFC):

class CTVLImageDisplay : public CTVLCommonImageDisplay

C# (.NET):

public ref class TVLImageDisplay : Mitov.VideoLab.CommonImageDisplay

Summary

Video display component.

Description

Creates visible image display for representing the frame images.

Use this component to visualize video data.


SampleImageDisplay.png


In Visual C++ you can instantiate the component by using the Open method:

  VCL_InitControls( m_hWnd ); // Call this function once before creating any visual controls!

  CTVLImageDisplay ImageDisplay;
  ImageDisplay.Open( m_ImageDisplay.m_hWnd );

Methods

Public

From TVLCommonImageDisplay

Properties

Published

Methods

Public

Pins

From TVLCommonDisplay

Properties

Published

Public

Methods

Public

Events

From TSLCustomControlItem

Properties

Public

Methods

Public

From TLPCustomControl

Properties

Published

Methods

Public

Events

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox