ScroogeXHTML for Delphi  6.7
 All Classes Functions Variables Pages
TPictureInformation Class Reference

Class which stores picture informations. More...

Inheritance diagram for TPictureInformation:

Public Attributes

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

Detailed Description

Class which stores picture informations.

Member Data Documentation

TPictureInformation::HGoalPx

Height of the picture in pixel.

See Also
GetHGoalPx For reading
TPictureInformation::HGoalTwips

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

See Also
FHGoal For reading
FHGoal For writing
TMappingMode TPictureInformation::MappingMode

Metafile mapping mode.

TPictureSource TPictureInformation::PictureSource

Picture file type.

TPictureInformation::WGoalPx

Width of the picture in pixel.

See Also
GetWGoalPx For reading
TPictureInformation::WGoalTwips

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

See Also
FWGoal For reading
FWGoal For writing