| Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
| Name | Description |
|---|---|
record cXY |
procedure GetJPGSize(const sFile: string; var wWidth, wHeight: Word); |
function PrepareJNumber(const s: string): string; |
function GetCoordinatesFromMatrix(x1, y1, x2, y2, max: Integer): coordXY; |
function FromFormatToExt(format: TImageFormat): string; |
function LoadPNGasBMP(filename: string): TBitmap; |
procedure ConvertImageFormat(fromfile, tofile: string; fromformat, toformat: TImageFormat); |
function ProviderImageFormat(provider: TMapProvider): TImageFormat; |
function IsYahoo(provider: TMapProvider): Boolean; |
coordXY = array of cXY; |
TImageFormat = (...); |
TMapProvider = (...); |
procedure GetJPGSize(const sFile: string; var wWidth, wHeight: Word); |
function PrepareJNumber(const s: string): string; |
function GetCoordinatesFromMatrix(x1, y1, x2, y2, max: Integer): coordXY; |
function FromFormatToExt(format: TImageFormat): string; |
function LoadPNGasBMP(filename: string): TBitmap; |
procedure ConvertImageFormat(fromfile, tofile: string; fromformat, toformat: TImageFormat); |
function ProviderImageFormat(provider: TMapProvider): TImageFormat; |
function IsYahoo(provider: TMapProvider): Boolean; |
coordXY = array of cXY; |
TImageFormat = (...); |
Values
|