Class VLImageDisplay.TVLExternalImageDisplayMatrixLayer

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 35: Line 35:
 
== Description ==
 
== Description ==
 
Add this matrix element to draw video over in the matrix.
 
Add this matrix element to draw video over in the matrix.
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:VLExternalImageDisplayMatrixLayer_Preview.png]]
  
  
Line 57: Line 63:
  
 
== From [[Class VLImageDisplay.TVLImageDisplay|TVLImageDisplay]] ==
 
== From [[Class VLImageDisplay.TVLImageDisplay|TVLImageDisplay]] ==
 +
 +
== Properties ==
 +
 +
=== Published ===
 +
*[[Property VLImageDisplay.TVLImageDisplay.RenderMode|RenderMode]] - Specifies the desired rendering mode.
  
 
== Methods ==
 
== Methods ==
  
 
=== Public ===
 
=== Public ===
 +
*[[Method procedure VLImageDisplay.TVLImageDisplay.DrawTo(IGPGraphics;Boolean;Single;Single)|procedure DrawTo(AGraphics : IGPGraphics; AContoursOnly : Boolean; AWidth : Single; AHeight : Single)]]
 
*[[Method procedure VLImageDisplay.TVLImageDisplay.Clear()|procedure Clear()]] - Clears the Display.  
 
*[[Method procedure VLImageDisplay.TVLImageDisplay.Clear()|procedure Clear()]] - Clears the Display.  
 
*[[Method procedure VLImageDisplay.TVLImageDisplay.Invalidate()|procedure Invalidate()]]
 
*[[Method procedure VLImageDisplay.TVLImageDisplay.Invalidate()|procedure Invalidate()]]
Line 93: Line 105:
 
*[[Property VLCommonDisplay.TVLCommonDisplay.Center|Center]] - Center the image in the display.  
 
*[[Property VLCommonDisplay.TVLCommonDisplay.Center|Center]] - Center the image in the display.  
 
*[[Property VLCommonDisplay.TVLCommonDisplay.Stretch|Stretch]] - Stretch the image to the display size.  
 
*[[Property VLCommonDisplay.TVLCommonDisplay.Stretch|Stretch]] - Stretch the image to the display size.  
 +
*[[Property VLCommonDisplay.TVLCommonDisplay.StretchMax|StretchMax]] - Stretches the image to fill completely the frame, while preserving the aspect ration.
 
*[[Property VLCommonDisplay.TVLCommonDisplay.Proportional|Proportional]] - Keep the image proportional(Preserve aspect ratio).  
 
*[[Property VLCommonDisplay.TVLCommonDisplay.Proportional|Proportional]] - Keep the image proportional(Preserve aspect ratio).  
 
*[[Property VLCommonDisplay.TVLCommonDisplay.Color|Color]]
 
*[[Property VLCommonDisplay.TVLCommonDisplay.Color|Color]]
Line 126: Line 139:
  
 
=== Public ===
 
=== Public ===
 +
*[[Method function SLControlCollection.TSLCustomControlItem.GetParentComponent() : TComponent|function GetParentComponent() : TComponent]]
 +
*[[Method function SLControlCollection.TSLCustomControlItem.HasParent() : Boolean|function HasParent() : Boolean]]
 
*[[Method procedure SLControlCollection.TSLCustomControlItem.SetParent(TWinControl)|procedure SetParent(AParent : TWinControl)]]
 
*[[Method procedure SLControlCollection.TSLCustomControlItem.SetParent(TWinControl)|procedure SetParent(AParent : TWinControl)]]
 
*[[Method function SLControlCollection.TSLCustomControlItem.GetHasEnable() : Boolean|function GetHasEnable() : Boolean]]
 
*[[Method function SLControlCollection.TSLCustomControlItem.GetHasEnable() : Boolean|function GetHasEnable() : Boolean]]
 
*[[Method function SLControlCollection.TSLCustomControlItem.GetCanDisable() : Boolean|function GetCanDisable() : Boolean]]
 
*[[Method function SLControlCollection.TSLCustomControlItem.GetCanDisable() : Boolean|function GetCanDisable() : Boolean]]
 
*[[Method procedure SLControlCollection.TSLCustomControlItem.SetParentComponent(TComponent)|procedure SetParentComponent(AValue : TComponent)]]
 
*[[Method procedure SLControlCollection.TSLCustomControlItem.SetParentComponent(TComponent)|procedure SetParentComponent(AValue : TComponent)]]
 
== From [[Class LPControl.TLPCustomControl|TLPCustomControl]] ==
 
 
== Properties ==
 
 
=== Published ===
 
*[[Property LPControl.TLPCustomControl.Visible|Visible]]
 
 
== Methods ==
 
 
=== Public ===
 
*[[Method procedure LPControl.TLPCustomControl.InvalidateIntRect(TRect)|procedure InvalidateIntRect(ARect : TRect)]]
 
 
== Events ==
 
*[[Event LPControl.TLPCustomControl.OnMouseEnter|OnMouseEnter]]
 
*[[Event LPControl.TLPCustomControl.OnMouseLeave|OnMouseLeave]]
 
  
 
[[Category:Matrix Layers]][[Category:Classes]]
 
[[Category:Matrix Layers]][[Category:Classes]]

Revision as of 20:28, 10 June 2013

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.

VLExternalImageDisplayMatrixLayer.gif

Package: VideoLabBasicPkg

Unit: VLImageDisplay

Inherits: TVLBasicImageDisplayElement

Contents

Syntax

Delphi:

type TVLExternalImageDisplayMatrixLayer = class( TVLBasicImageDisplayElement, ILPMatrixComponentElement )

C++ Builder:

class TVLExternalImageDisplayMatrixLayer : public TVLBasicImageDisplayElement

Visual C++ (MFC):

class CTVLExternalImageDisplayMatrixLayer : public CTVLBasicImageDisplayElement

C# (.NET):

public ref class TVLExternalImageDisplayMatrixLayer : Mitov.VideoLab.BasicImageDisplayElement

Summary

Matrix element drawing video.

Description

Add this matrix element to draw video over in the matrix.


Diagram:

VLExternalImageDisplayMatrixLayer Preview.png


Example:

VideoInMatrix.png

From TVLBasicImageDisplayElement

Properties

Published

Methods

Public

From TVLImageDisplay

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