ScroogeXHTML for Object Pascal 8.5
Loading...
Searching...
No Matches
TPictureInformation Class Reference

Class which stores picture informations. More...

Inheritance diagram for TPictureInformation:

Public Attributes

Cardinal Height
 xExt field if the picture is a Windows metafile, height in pixels if the picture is a bitmap or from QuickDraw.
 
Cardinal HGoalPx
 Height of the picture in pixel.
 
Cardinal HGoalTwips
 Desired height of the picture in twips (1/1440 inch).
 
TMappingMode MappingMode
 Metafile mapping mode.
 
TPictureSource PictureSource
 Picture file type.
 
Cardinal WGoalPx
 Width of the picture in pixel.
 
Cardinal WGoalTwips
 Desired width of the picture in twips (1/1440 inch).
 
Cardinal Width
 xExt field if the picture is a Windows metafile, width in pixels if the picture is a bitmap or from QuickDraw.
 

Detailed Description

Class which stores picture informations.

Member Data Documentation

◆ Height

Cardinal TPictureInformation::Height

xExt field if the picture is a Windows metafile, height in pixels if the picture is a bitmap or from QuickDraw.

◆ HGoalPx

TPictureInformation::HGoalPx

Height of the picture in pixel.

See also
GetHGoalPx For reading

◆ HGoalTwips

TPictureInformation::HGoalTwips

Desired height of the picture in twips (1/1440 inch).

See also
FHGoal For reading
FHGoal For writing

◆ MappingMode

TMappingMode TPictureInformation::MappingMode

Metafile mapping mode.

◆ PictureSource

TPictureSource TPictureInformation::PictureSource

Picture file type.

◆ WGoalPx

TPictureInformation::WGoalPx

Width of the picture in pixel.

See also
GetWGoalPx For reading

◆ WGoalTwips

TPictureInformation::WGoalTwips

Desired width of the picture in twips (1/1440 inch).

See also
FWGoal For reading
FWGoal For writing

◆ Width

Cardinal TPictureInformation::Width

xExt field if the picture is a Windows metafile, width in pixels if the picture is a bitmap or from QuickDraw.