Class TCasScriptImage

Unit

Declaration

type TCasScriptImage = class(TCasScriptValue)

Description

TODO: Depends on CastleVectors, which is not for Delphi now

Hierarchy

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.16.0-snapshot.