System::Drawing::ImageFormatConverter::ConvertTo method
내용물
[
숨다
]ImageFormatConverter::ConvertTo(const SharedPtr<ComponentModel::ITypeDescriptorContext>&, const SharedPtr<Globalization::CultureInfo>&, const SharedPtr<Object>&, const TypeInfo&) method
객체를 특정 유형으로 변환합니다.
SharedPtr<Object> System::Drawing::ImageFormatConverter::ConvertTo(const SharedPtr<ComponentModel::ITypeDescriptorContext> &context, const SharedPtr<Globalization::CultureInfo> &culture, const SharedPtr<Object> &value, const TypeInfo &destinationType) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| context | const SharedPtr<ComponentModel::ITypeDescriptorContext>& | Object 변환 컨텍스트 정보. |
| 문화 | const SharedPtr<Globalization::CultureInfo>& | 객체를 변환할 때 사용할 문화. |
| value | const SharedPtr<Object>& | Object 변환할. |
| destinationType | const TypeInfo& | 변환할 유형. |
ReturnValue
변환된 객체.
또 보기
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class TypeInfo
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
ImageFormatConverter::ConvertTo(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&, const System::TypeInfo&) method
객체를 특정 유형으로 변환합니다.
virtual System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertTo(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value, const System::TypeInfo &destinationType)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object 변환 컨텍스트 정보. |
| 문화 | const System::SharedPtr<System::Globalization::CultureInfo>& | 객체를 변환할 때 사용할 문화. |
| value | const System::SharedPtr<System::Object>& | Object 변환할. |
| destinationType | const System::TypeInfo& | 변환할 유형. |
ReturnValue
변환된 객체.
또 보기
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class TypeInfo
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
ImageFormatConverter::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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object 변환할. |
| destinationType | const System::TypeInfo& | 변환할 유형. |
ReturnValue
변환된 객체.
또 보기
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Page for C++