System::Drawing::Imaging::Metafile class
Contenuti
[
Nascondere
]Metafile class
Rappresenta un metafile grafico. Gli oggetti di questa classe dovrebbero essere allocati solo utilizzando 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 fallimenti di asserzione. Avvolgi sempre questa classe in un puntatore System::SmartPtr e utilizza 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 dei pixel. |
| get_RawFormat() const override | Restituisce un valore che indica il formato dell’immagine. |
| get_Width() const override | Restituisce la larghezza dell’immagine in pixel. |
| GetHenhmetafile() | NON IMPLEMENTATO. |
| GetMetafileHeader() | Restituisce un’intestazione associata all’oggetto corrente. |
| Metafile(const System::String&) | NON IMPLEMENTATO. |
| Metafile(const SharedPtr<System::IO::Stream>&) | NON IMPLEMENTATO. |
| Metafile(const SharedPtr<System::IO::Stream>&, IntPtr, EmfType) | NON IMPLEMENTATO. |
| Metafile(const SharedPtr<System::IO::Stream>&, IntPtr) | NON IMPLEMENTATO. |
| Metafile(const SharedPtr<System::IO::Stream>&, IntPtr, Rectangle, MetafileFrameUnit, EmfType) | NON IMPLEMENTATO. |
| Metafile(const SharedPtr<System::IO::Stream>&, IntPtr, RectangleF, MetafileFrameUnit, EmfType) | NON IMPLEMENTATO. |
| Metafile(IntPtr, EmfType) | NON IMPLEMENTATO. |
| PlayRecord(EmfPlusRecordType, int32_t, int32_t, System::ByteArrayPtr) | NON IMPLEMENTATO. |
| virtual ~Metafile() | Distruttore. |
Vedi anche
- Class Image
- Namespace System::Drawing::Imaging
- Library Aspose.Font for C++