[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Prometheus_Vid' (#Prometheus)

Image

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

Declaration

Source position: Prometheus_Vid.pas line 51

type Image = object

  Texture: GlUint;

  Texture_Format: Glenum;

  NOfColors: Glint;

  XScale: Real;

  YScale: Real;

  GlWidth: Integer;

  GlHeight: Integer;

  PositionX: Int64;

  PositionY: Int64;

  Rotation: Int64;

  procedure Load();

  procedure Draw();

  procedure DrawSelection();

  procedure LoadFromSurface();

  procedure Rotate();

  procedure DrawRotated();

  procedure Resize();

  function Width;

  function Height;

  procedure Empty;

end;

Inheritance

Image

Description

Data type containing an image