AGI Components with Insight3D Alpha 2008 r8
Update Method (pImageData, Time)
Library ReferenceAGI.Graphics.Imaging IAgGxDynamicImageDataUpdate(IAgGxImageData, Double)
Primary method for updating dynamic image data. When clients of the image require its data, the Update function is called with an IAgGxImageData buffer for writing the image data for the current time. The Time parameter provides the current animation time. ???
Declaration Syntax
C# Visual Basic Visual C++
bool 
Update(
        

IAgGxImageData 
pImageData,
        
double 
Time
)
Function 
Update ( _
        
pImageData 
As 

IAgGxImageData, _
        
Time 
As 
Double _
) 
As 
Boolean
bool 
Update(
        [
InAttribute] 

IAgGxImageData^ 
pImageData, 
        [
InAttribute] 
double 
Time
)
Parameters
pImageData ( IAgGxImageData)
Time ( Double)

Assembly: AGI.Graphics.Imaging.Interop(Module: AGI.Graphics.Imaging.Interop) Version: 9.0.0.0 (9.0.0.0)