バージョン

ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) メソッド

指定した値オブジェクトを、指定した型に変換します。
シンタックス
'宣言
 
Public Overloads Overrides Function ConvertTo( _
   ByVal context As ITypeDescriptorContext, _
   ByVal culture As CultureInfo, _
   ByVal value As Object, _
   ByVal destinationType As Type _
) As Object
public override object ConvertTo( 
   ITypeDescriptorContext context,
   CultureInfo culture,
   object value,
   Type destinationType
)

パラメータ

context
フォーマッタ コンテキスト。
culture
特定のカルチャで使用されるフォーマッティング規則を指定する System.Globalization.CultureInfo オブジェクト。
value
変換するための System.Drawing.Image
destinationType
System.Drawing.Image の変換先の System.Type

戻り値の型

このメソッドは変換されたオブジェクトを返します。
参照