System::Drawing::Image::FromStream 메서드

Image::FromStream method

지정된 스트림에서 Image 객체를 생성합니다.

static SharedPtr<Image> System::Drawing::Image::FromStream(const SharedPtr<System::IO::Stream> &stream, bool use_embedded_color_management=false, bool validate_image_data=true)
매개변수형식설명
스트림const SharedPtr<System::IO::Stream>&이미지 데이터를 포함하는 스트림
use_embedded_color_managementboolIGNORED
validate_image_databoolIGNORED

ReturnValue

생성된 Image 객체에 대한 공유 포인터.

또 보기