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
| パラメーター | 型 | 説明 |
|---|---|---|
| context | const System::SharedPtr<System::ComponentModel::ITypeDescriptorContext>& | Object 変換コンテキスト情報 |
| カルチャ | const System::SharedPtr<System::Globalization::CultureInfo>& | オブジェクトを変換する際に使用するカルチャ |
| value | const System::SharedPtr<System::Object>& | 変換対象のオブジェクト。 |
| destinationType | const System::TypeInfo& | 変換先の型。 |
ReturnValue
変換されたオブジェクト。
参照
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class TypeInfo
- Class ImageConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
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)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object を変換する。 |
| destinationType | const System::TypeInfo& | 変換先の型。 |
ReturnValue
変換されたオブジェクト。
参照
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class ImageConverter
- Namespace System::Drawing
- Library Aspose.Page for C++