AGI Components with Insight3D Alpha 2008 r8
IAgGxRendererTexture2D Interface
Library ReferenceAGI.Graphics.RendererIAgGxRendererTexture2D
Represents a 2D Texture.
Declaration Syntax
C# Visual Basic Visual C++
public 
interface 
IAgGxRendererTexture2D
Public 
Interface 
IAgGxRendererTexture2D
public 
interface class 
IAgGxRendererTexture2D
Members
All Members Methods Properties



Icon Member Description
CopyFromImage(IAgGxImage, Boolean)
Copies image data into the 2D texture.

CopyFromSystemMemory(AgGxImageFormat, AgGxPixelFormat, Byte % , Int32, Boolean)
CopySubsectionFromImage(Int32, Int32, Int32, Int32, IAgGxImage, Boolean)
Copies a subsection of image data into the 2D texture.

CopySubsectionFromSystemMemory(Int32, Int32, Int32, Int32, AgGxImageFormat, AgGxPixelFormat, Byte % , Int32, Boolean)
CopyToSystemMemory(AgGxImageFormat, AgGxPixelFormat, Byte % , Int32)
Template
The template from which the 2D texture was created.

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