Unit 'AsphyreImages' Package
[Overview][Classes][Index] [#pl_asphyresphinx]

TAsphyreImage

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: AsphyreImages.pas line 37

type TAsphyreImage = class

public

  property Name: UniString; [rw]

  

  property PatternCount: Integer; [rw]

  

  property PatternSize: TPoint2px; [rw]

  

  property VisibleSize: TPoint2px; [rw]

  

  property MipMapping: Boolean; [rw]

  

  property PixelFormat: TAsphyrePixelFormat; [rw]

  

  property DynamicImage: Boolean; [rw]

  

  property TextureCount: Integer; [r]

  

  property Texture []: TAsphyreLockableTexture; [r]

  

  function InsertTexture();

  

  procedure RemoveTexture();

  

  function IndexOfTexture();

  

  procedure RemoveAllTextures;

  

  function LoadFromStream();

  

  function LoadFromFile();

  

  function LoadFromArchive();

  

  function RetrieveTex();

  

  procedure HandleDeviceReset; virtual;

  

  procedure HandleDeviceLost; virtual;

  

  constructor Create;

  

  destructor Destroy; override;

  

end;

Inheritance

TAsphyreImage

  

|

TObject



CT Web help

CodeTyphon Studio