'宣言 Public Shared Function GetColor( _ ByVal value As System.Object _ ) As System.Nullable(Of Color)
public static System.Nullable<Color> GetColor( System.object value )
パラメータ
- value
- The object to convert.
戻り値の型
The converted color, or null if the object could not be converted.