ScroogeXHTML for Delphi  7.2
TPictureInformation Class Reference

Class which stores picture informations. More...

Inherits TInterfacedObject.

Public Attributes

TPictureSource PictureSource
 Picture file type.
 
TMappingMode MappingMode
 Metafile mapping mode.
 
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

◆ 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

◆ 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