ScroogeXHTML for Object Pascal 9.2.1
Loading...
Searching...
No Matches
SxEmbeddedPicture.pas File Reference

Classes

class  TEmbeddedPicture
 Embedded picture. More...
 

Enumerations

enum  TPictureSource {
  psUnknown , psBMP , psEMF , psPNG ,
  psJPEG , psPICT , psWMF
}
 Enum for picture formats. More...
 

Variables

const MM_ANISOTROPIC = 8
 
const MM_HIENGLISH = 5
 
const MM_HIMETRIC = 3
 
const MM_ISOTROPIC = 7
 
const MM_LOENGLISH = 4
 
const MM_LOMETRIC = 2
 
const MM_TEXT = 1
 
const MM_TWIPS = 6
 

Enumeration Type Documentation

◆ TPictureSource

Enum for picture formats.

Enumerator
psUnknown 

Unknown picture format.

psBMP 

Bitmap format.

psEMF 

Enhanced Metafile format.

psPNG 

Portable Network Graphics format.

psJPEG 

JPEG format.

psPICT 

Macintosh PICT format.

psWMF 

Windows Metafile format.

Variable Documentation

◆ MM_ANISOTROPIC

const MM_ANISOTROPIC = 8

◆ MM_HIENGLISH

const MM_HIENGLISH = 5

◆ MM_HIMETRIC

const MM_HIMETRIC = 3

◆ MM_ISOTROPIC

const MM_ISOTROPIC = 7

◆ MM_LOENGLISH

const MM_LOENGLISH = 4

◆ MM_LOMETRIC

const MM_LOMETRIC = 2

◆ MM_TEXT

const MM_TEXT = 1

◆ MM_TWIPS

const MM_TWIPS = 6