ScroogeXHTML for Object Pascal 9.3
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
 Allows independent scaling of x and y units.
const MM_HIENGLISH = 5
 Each logical unit is mapped to 0.001 inch.
const MM_HIMETRIC = 3
 Each logical unit is mapped to 0.01 millimeter.
const MM_ISOTROPIC = 7
 Allows scaling with equal x and y units.
const MM_LOENGLISH = 4
 Each logical unit is mapped to 0.01 inch.
const MM_LOMETRIC = 2
 Each logical unit is mapped to 0.1 millimeter.
const MM_TEXT = 1
 Metafile Mapping Modes.
const MM_TWIPS = 6
 Each logical unit is mapped to 1/1440 inch.

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

Allows independent scaling of x and y units.

◆ MM_HIENGLISH

const MM_HIENGLISH = 5

Each logical unit is mapped to 0.001 inch.

◆ MM_HIMETRIC

const MM_HIMETRIC = 3

Each logical unit is mapped to 0.01 millimeter.

◆ MM_ISOTROPIC

const MM_ISOTROPIC = 7

Allows scaling with equal x and y units.

◆ MM_LOENGLISH

const MM_LOENGLISH = 4

Each logical unit is mapped to 0.01 inch.

◆ MM_LOMETRIC

const MM_LOMETRIC = 2

Each logical unit is mapped to 0.1 millimeter.

◆ MM_TEXT

const MM_TEXT = 1

Metafile Mapping Modes.

These constants define the mapping modes for metafiles. Each logical unit is mapped to one device pixel.

◆ MM_TWIPS

const MM_TWIPS = 6

Each logical unit is mapped to 1/1440 inch.