System::Drawing::Imaging::Metafile class

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()소멸자.

또 보기