System::Drawing::ImageFormatConverter::ConvertFrom method
内容
[
隐藏
]ImageFormatConverter::ConvertFrom(const SharedPtr<ComponentModel::ITypeDescriptorContext>&, const SharedPtr<Globalization::CultureInfo>&, const SharedPtr<Object>&) method
转换对象。
SharedPtr<Object> System::Drawing::ImageFormatConverter::ConvertFrom(const SharedPtr<ComponentModel::ITypeDescriptorContext> &context, const SharedPtr<Globalization::CultureInfo> &culture, const SharedPtr<Object> &value) override
| 参数 | 类型 | 描述 |
|---|---|---|
| context | const SharedPtr<ComponentModel::ITypeDescriptorContext>& | Object 转换上下文信息。 |
| 文化 | const SharedPtr<Globalization::CultureInfo>& | 在转换对象时使用的区域性。 |
| value | const SharedPtr<Object>& | Object 要转换的。 |
ReturnValue
已转换的对象。
另见
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
ImageFormatConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
转换对象。
virtual System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value)
| 参数 | 类型 | 描述 |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object 转换上下文信息。 |
| 文化 | const System::SharedPtr<System::Globalization::CultureInfo>& | 在转换对象时使用的区域性。 |
| value | const System::SharedPtr<System::Object>& | Object 要转换的。 |
ReturnValue
已转换的对象。
另见
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
ImageFormatConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method
将字符串转换为对象。
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &value)
| 参数 | 类型 | 描述 |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object 转换上下文信息。 |
| 文化 | const System::SharedPtr<System::Globalization::CultureInfo>& | 在转换对象时使用的区域性。 |
| 值 | const System::String& | 要转换的值。 |
ReturnValue
已转换的对象。
另见
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class String
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
ImageFormatConverter::ConvertFrom(const System::SharedPtr<System::Object>&) method
转换对象。
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<System::Object> &value)
| 参数 | 类型 | 描述 |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object 要转换的。 |
ReturnValue
已转换的对象。
另见
- Typedef SharedPtr
- Class Object
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Font for C++