Class VLImageDisplay.TVLImageDisplay

From Mitov Wiki Doc
Revision as of 00:30, 26 June 2013 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 ImageDisplay : Mitov.VideoLab.CommonImageDisplay

Summary

Video display component.

Description

Creates visible image display for representing the frame images.

Use this component to visualize video data.


Diagram:

VLImageDisplay Preview.png


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 );

Properties

Published

Methods

Public

From TVLCommonImageDisplay

Properties

Published

Methods

Public

Pins

From TVLCommonDisplay

Properties

Published

Public

Methods

Public

Events

From TSLCustomControlItem

Properties

Public

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox