ColorMap.OldColor 属性

定义

获取或设置要转换的现有 Color 结构。Gets or sets the existing Color structure to be converted.

public:
 property System::Drawing::Color OldColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
public System.Drawing.Color OldColor { get; set; }
member this.OldColor : System.Drawing.Color with get, set
Public Property OldColor As Color

属性值

Color

要转换的现有 Color 结构。The existing Color structure to be converted.

适用于