System::Drawing::Imaging::Metafile class
Contenuti
[
Nascondere
]Metafile class
Rappresenta un metafile grafico. Gli oggetti di questa classe devono essere allocati solo usando la funzione System::MakeObject() . Non creare mai un’istanza di questo tipo sullo stack o usando l’operatore new, poiché ciò provocherà errori di runtime e/o fault di asserzione. Avvolgi sempre questa classe in un puntatore System::SmartPtr e usa questo puntatore per passarla alle funzioni come argomento.
class Metafile : public System::Drawing::Image
Metodi
| Metodo | Descrizione |
|---|---|
| Clone() override | Restituisce una copia dell’oggetto corrente. |
| get_Height() const override | Restituisce le altezze dell’immagine in pixel. |
| get_PixelFormat() const override | Restituisce un valore che indica il formato pixel. |
| get_RawFormat() const override | Restituisce un valore che indica il formato immagine. |
| get_Width() const override | Restituisce la larghezza dell’immagine in pixel. |
| GetHenhmetafile() | NOT IMPLEMENTED. |
| GetMetafileHeader() | Restituisce un’intestazione associata all’oggetto corrente. |
| Metafile(const System::String&) | NOT IMPLEMENTED. |
| Metafile(const SharedPtr<System::IO::Stream>&) | NOT IMPLEMENTED. |
| Metafile(const SharedPtr<System::IO::Stream>&, IntPtr, EmfType) | NOT IMPLEMENTED. |
| Metafile(const SharedPtr<System::IO::Stream>&, IntPtr) | NOT IMPLEMENTED. |
| Metafile(const SharedPtr<System::IO::Stream>&, IntPtr, Rectangle, MetafileFrameUnit, EmfType) | NOT IMPLEMENTED. |
| Metafile(const SharedPtr<System::IO::Stream>&, IntPtr, RectangleF, MetafileFrameUnit, EmfType) | NOT IMPLEMENTED. |
| Metafile(IntPtr, EmfType) | NOT IMPLEMENTED. |
| PlayRecord(EmfPlusRecordType, int32_t, int32_t, System::ByteArrayPtr) | NOT IMPLEMENTED. |
| virtual ~Metafile() | Distruttore. |
Vedi anche
- Class Image
- Namespace System::Drawing::Imaging
- Library Aspose.Page for C++