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