System::Drawing::Imaging::Metafile class
Contenido
[
Ocultar
]Metafile class
Representa un metarchivo gráfico. Los objetos de esta clase solo deben asignarse usando la función System::MakeObject(). Nunca cree una instancia de este tipo en la pila o usando el operador new, ya que resultará en errores de tiempo de ejecución y/o fallas de aserción. Siempre envuelva esta clase en un puntero System::SmartPtr y use este puntero para pasarlo a funciones como argumento.
class Metafile : public System::Drawing::Image
Métodos
| Método | Descripción |
|---|---|
| Clone() override | Devuelve una copia del objeto actual. |
| get_Height() const override | Devuelve las alturas de la imagen en píxeles. |
| get_PixelFormat() const override | Devuelve un valor que indica el formato de píxel. |
| get_RawFormat() const override | Devuelve un valor que indica el formato de la imagen. |
| get_Width() const override | Devuelve el ancho de la imagen en píxeles. |
| GetHenhmetafile() | NO IMPLEMENTADO. |
| GetMetafileHeader() | Devuelve un encabezado asociado al objeto actual. |
| Metafile(const System::String&) | NO IMPLEMENTADO. |
| Metafile(const SharedPtr<System::IO::Stream>&) | NO IMPLEMENTADO. |
| Metafile(const SharedPtr<System::IO::Stream>&, IntPtr, EmfType) | NO IMPLEMENTADO. |
| Metafile(const SharedPtr<System::IO::Stream>&, IntPtr) | NO IMPLEMENTADO. |
| Metafile(const SharedPtr<System::IO::Stream>&, IntPtr, Rectangle, MetafileFrameUnit, EmfType) | NO IMPLEMENTADO. |
| Metafile(const SharedPtr<System::IO::Stream>&, IntPtr, RectangleF, MetafileFrameUnit, EmfType) | NO IMPLEMENTADO. |
| Metafile(IntPtr, EmfType) | NO IMPLEMENTADO. |
| PlayRecord(EmfPlusRecordType, int32_t, int32_t, System::ByteArrayPtr) | NO IMPLEMENTADO. |
| virtual ~Metafile() | Destructor. |
Ver también
- Class Image
- Namespace System::Drawing::Imaging
- Library Aspose.Page for C++