AGI Components with Insight3D Alpha 2008 r8
IAgGxDynamicImageData Interface
Library ReferenceAGI.Graphics.ImagingIAgGxDynamicImageData
Interface for updating image data dynamically.
Declaration Syntax
C# Visual Basic Visual C++
public 
interface 
IAgGxDynamicImageData
Public 
Interface 
IAgGxDynamicImageData
public 
interface class 
IAgGxDynamicImageData
Members
All Members Methods



Icon Member Description
Attributes(IAgGxImageAttributes)
Defines the attributes of the dynamic image data. The IAgGxImageData that is passed to the Update method will contain a buffer created from the IAgGxImageAttributes defined in the Attributes method.

Delta(Double % )
Update(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. ???

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