|
SOEMBEDDEDGRAPHIC
Contains information about the size and positioning of an embedded graphics
object.
typedef struct SOEMBEDDEDGRAPHICtag {
SOPOINT Size; // see below
SORECT Crop; // see below
SOPOINT ScaledSize; // see below
WORD wBorder; // see below
DWORD dwFlags; // see below
} SOEMBEDDEDGRAPHIC;
Members
Size
Initial size of the image before scaling and cropping.
Crop
Cropping amount on the top, bottom, left, and right edges.
ScaledSize
Final size of the image after scaling and cropping.
wBorder
Border thickness, in twips. If this member is zero, there is no border.
dwFlags
Flags. This member can be a combination of these values:
SO_CENTERIMAGE
| The image is centered in its final rectangle.
| SO_MAINTAINASPECT
| The image aspect ratio is preserved.
|
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|