Class TCasScriptImage
Unit
Declaration
type TCasScriptImage = class(TCasScriptValue)
Description
TODO: Depends on CastleVectors, which is not for Delphi now
Source: castlescript/castlescriptimages.pas (line 28).
Hierarchy
- TObject
- TCasScriptExpression
- TCasScriptValue
- TCasScriptImage
Overview
Methods
| Public | constructor Create(const AWriteable: boolean; const AValue: TCastleImage); overload; |
| Public | constructor Create(const AWriteable: boolean); overload; override; |
| Public | destructor Destroy; override; |
| Public | procedure AssignValue(Source: TCasScriptValue); override; |
Properties
| Public | property Value: TCastleImage read FValue write SetValue; |
Description
Methods
| Public | constructor Create(const AWriteable: boolean; const AValue: TCastleImage); overload; |
|
This item has no description. | |
| Public | constructor Create(const AWriteable: boolean); overload; override; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
| Public | procedure AssignValue(Source: TCasScriptValue); override; |
|
This item has no description. Showing description inherited from TCasScriptValue.AssignValue. Assign value from Source to Self. | |
Properties
| Public | property Value: TCastleImage read FValue write SetValue; |
|
Image value. Assigning here makes a copy of the image. | |
Generated by PasDoc 0.17.0.snapshot.