System::Drawing::ImageConverter::ConvertTo 메서드

ImageConverter::ConvertTo(const System::SharedPtr<System::ComponentModel::ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&, const System::TypeInfo&) method

객체를 특정 유형으로 변환합니다.

System::SharedPtr<System::Object> System::Drawing::ImageConverter::ConvertTo(const System::SharedPtr<System::ComponentModel::ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value, const System::TypeInfo &destinationType) override
매개변수형식설명
contextconst System::SharedPtr<System::ComponentModel::ITypeDescriptorContext>&Object 변환 컨텍스트 정보
문화const System::SharedPtr<System::Globalization::CultureInfo>&객체를 변환할 때 사용할 문화권
valueconst System::SharedPtr<System::Object>&변환할 객체.
destinationTypeconst System::TypeInfo&변환할 유형.

ReturnValue

변환된 객체.

또 보기

ImageConverter::ConvertTo(const System::SharedPtr<System::Object>&, const System::TypeInfo&) method

객체를 특정 유형으로 변환합니다.

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertTo(const System::SharedPtr<System::Object> &value, const System::TypeInfo &destinationType)
매개변수형식설명
valueconst System::SharedPtr<System::Object>&Object 변환할.
destinationTypeconst System::TypeInfo&변환할 유형.

ReturnValue

변환된 객체.

또 보기