[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
Data type containing an image