System::Drawing::Imaging::Metafile クラス

Metafile class

グラフィックメタファイルを表します。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。スタック上や operator new を使用してこの型のインスタンスを作成しないでください。そうしないと実行時エラーやアサーション違反が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、そのポインタを関数の引数として渡すようにしてください。

class Metafile : public System::Drawing::Image

メソッド

メソッド説明
Clone() override現在のオブジェクトのコピーを返します。
get_Height() const override画像の高さをピクセル単位で返します。
get_PixelFormat() const overrideピクセル形式を示す値を返します。
get_RawFormat() const override画像形式を示す値を返します。
get_Width() const override画像の幅(ピクセル単位)を返します。
GetHenhmetafile()未実装です。
GetMetafileHeader()現在のオブジェクトに関連付けられたヘッダーを返します。
Metafile(const System::String&)未実装です。
Metafile(const SharedPtr<System::IO::Stream>&)未実装です。
Metafile(const SharedPtr<System::IO::Stream>&, IntPtr, EmfType)未実装です。
Metafile(const SharedPtr<System::IO::Stream>&, IntPtr)未実装です。
Metafile(const SharedPtr<System::IO::Stream>&, IntPtr, Rectangle, MetafileFrameUnit, EmfType)未実装です。
Metafile(const SharedPtr<System::IO::Stream>&, IntPtr, RectangleF, MetafileFrameUnit, EmfType)未実装です。
Metafile(IntPtr, EmfType)未実装です。
PlayRecord(EmfPlusRecordType, int32_t, int32_t, System::ByteArrayPtr)未実装です。
virtual ~Metafile()デストラクタ。

参照