LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Data Property

Show in webframe







Gets or sets an array of LightCommandData structures that contains information on each light source.
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);
Object.defineProperty('Data');
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

See Also

Reference

LightCommand Class
LightCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.