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() | デストラクタ。 |
参照
- Class Image
- Namespace System::Drawing::Imaging
- Library Aspose.Page for C++