LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

Data Property






Gets or sets an array of LightCommandData structures that contains information on each light source. .NET support WinRT support
Syntax
public LightCommandData[] Data {get; set;}
'Declaration
 
Public Property Data As LightCommandData()
'Usage
 
Dim instance As LightCommand
Dim value() As LightCommandData
 
instance.Data = value
 
value = instance.Data
public LightCommandData[] Data {get; set;}
 get_Data();
set_Data(value);
public:
property array<LightCommandData>^ Data {
   array<LightCommandData>^ get();
   void set (    array<LightCommandData>^ value);
}

Property Value

An array of LightCommandData structures that contains information on each light source.
Example
Refer to LightCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LightCommand Class
LightCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.