Class TAdRenderTargetTexture
Unit
AdDraws
Declaration
type TAdRenderTargetTexture = class(TAdCustomTexture)
Description
TAdRenderTargetTexture extends TAdCustomTexture. It provides access to a render target texture. If you want to render to a texture use TAdTextureSurface instead. This class wrapps around TAdRenderTargetTexture and supports drawing objects to this surface.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create(AParent:TAdDraw); override; |
Creates a new instance of TAdRenderTargetTexture.
|
|
destructor Destroy; override; |
Destroys the instance of TAdRenderTargetTexture.
|
|
procedure Clear; override; |
Removes the texture from the memory.
|
|
procedure Initialize; override; |
Initializes a new texture object.
|
|
procedure Finalize; override; |
Destroys the created texture object.
|
Properties
|
property Width: integer read FWidth write SetWidth; |
Provides access on the size of the texture. Set this property to change the size of the texture.
|
|
property Height: integer read FHeight write SetHeight; |
Provides access on the size of the texture. Set this property to change the size of the texture.
|
Generated by PasDoc 0.11.0 on 2008-12-31 14:31:59