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 ऑब्जेक्ट के लिए एक साझा पॉइंटर।

संबंधित देखें