System::Drawing::FontConverter::ConvertTo method
inhoud
[
verbergen
]FontConverter::ConvertTo(const System::SharedPtr<ComponentModel::ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&, const System::TypeInfo&) method
Converteert object naar een specifiek type.
System::SharedPtr<System::Object> System::Drawing::FontConverter::ConvertTo(const System::SharedPtr<ComponentModel::ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value, const System::TypeInfo &destinationType) override
| Parameter | Type | Beschrijving |
|---|---|---|
| context | const System::SharedPtr<ComponentModel::ITypeDescriptorContext>& | Object conversiecontextinformatie. |
| cultuur | const System::SharedPtr<System::Globalization::CultureInfo>& | Cultuur die gebruikt moet worden bij het converteren van objecten. |
| value | const System::SharedPtr<System::Object>& | Een object om te converteren. |
| destinationType | const System::TypeInfo& | Type om naar te converteren. |
ReturnValue
Geconverteerd object.
Zie ook
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class TypeInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
FontConverter::ConvertTo(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&, const System::TypeInfo&) method
Converteert object naar een specifiek type.
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)
| Parameter | Type | Beschrijving |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object conversiecontextinformatie. |
| cultuur | const System::SharedPtr<System::Globalization::CultureInfo>& | Cultuur die gebruikt moet worden bij het converteren van objecten. |
| value | const System::SharedPtr<System::Object>& | Object om te converteren. |
| destinationType | const System::TypeInfo& | Type om naar te converteren. |
ReturnValue
Geconverteerd object.
Zie ook
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class TypeInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
FontConverter::ConvertTo(const System::SharedPtr<System::Object>&, const System::TypeInfo&) method
Converteert object naar een specifiek type.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertTo(const System::SharedPtr<System::Object> &value, const System::TypeInfo &destinationType)
| Parameter | Type | Beschrijving |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object om te converteren. |
| destinationType | const System::TypeInfo& | Type om naar te converteren. |
ReturnValue
Geconverteerd object.
Zie ook
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Page for C++