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;
SO_CENTERIMAGE |
The image is centered in its final rectangle. |
SO_MAINTAINASPECT |
The image aspect ratio is preserved. |