Vcl.Graphics.TMetafile Properties
InheritedProtected
| CreatedBy | public | Specifies the name of the author or application used to create the metafile. |
| Description | public | Provides an optional text description that is embedded in the metafile. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Empty | public | Indicates whether the graphics object contains a graphic. |
| Enhanced | public | Determines how the metafile will be stored on disk. |
| Handle | public | Provides access to the Windows GDI metafile handle, for accessing the GDI metafile object. |
| Height | public | Specifies the vertical size of the graphic in pixels. |
| Inch | public | Returns the units per inch that are used for the metafile's coordinate mapping. |
| MMHeight | public | Contains the height of the metafile image in 0.01 millimeter units, the native scale used by enhanced metafiles. |
| MMWidth | public | Contains the width of the metafile image in 0.01 millimeter units, the native scale used by enhanced metafiles. |
| Modified | public | Indicates whether the graphics object has been changed or edited. |
| Palette | public | Indicates the color palette of the graphical image. |
| PaletteModified | public | Indicates whether the palette has changed. |
| SupportsPartialTransparency | public | Indicate whether graphic supports partial transparency or an alpha channel. |
| Transparent | public | Indicates whether the image covers its rectangular area. |
| Width | public | Determines the maximum width of the graphics object in pixels. |