System::Drawing::FontConverter::ConvertFrom metod
Innehåll
[
Dölj
]FontConverter::ConvertFrom(const System::SharedPtr<ComponentModel::ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
Konverterar objekt.
System::SharedPtr<System::Object> System::Drawing::FontConverter::ConvertFrom(const System::SharedPtr<ComponentModel::ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value) override
| Parameter | Type | Beskrivning |
|---|---|---|
| context | const System::SharedPtr<ComponentModel::ITypeDescriptorContext>& | Object konverteringskontextinformation. |
| kultur | const System::SharedPtr<System::Globalization::CultureInfo>& | Kultur att använda vid konvertering av objekt. |
| value | const System::SharedPtr<System::Object>& | Ett objekt att konvertera. |
ReturnValue
konverterat objekt.
Se även
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
FontConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
Konverterar objekt.
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)
| Parameter | Type | Beskrivning |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object konverteringskontextinformation. |
| kultur | const System::SharedPtr<System::Globalization::CultureInfo>& | Kultur att använda vid konvertering av objekt. |
| value | const System::SharedPtr<System::Object>& | Object att konvertera. |
ReturnValue
konverterat objekt.
Se även
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
FontConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method
Konverterar sträng till objekt.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &value)
| Parameter | Type | Beskrivning |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object konverteringskontextinformation. |
| kultur | const System::SharedPtr<System::Globalization::CultureInfo>& | Kultur att använda vid konvertering av objekt. |
| value | const System::String& | Värde att konvertera. |
ReturnValue
konverterat objekt.
Se även
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class String
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
FontConverter::ConvertFrom(const System::SharedPtr<System::Object>&) method
Konverterar objekt.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<System::Object> &value)
| Parameter | Type | Beskrivning |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object att konvertera. |
ReturnValue
konverterat objekt.
Se även
- Typedef SharedPtr
- Class Object
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Page for C++