System::Drawing::Imaging::Metafile class

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

MetodoDescrizione
Clone() overrideRestituisce una copia dell’oggetto corrente.
get_Height() const overrideRestituisce le altezze dell’immagine in pixel.
get_PixelFormat() const overrideRestituisce un valore che indica il formato pixel.
get_RawFormat() const overrideRestituisce un valore che indica il formato immagine.
get_Width() const overrideRestituisce 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