共用方式為


ToColor 方法

The color as a GDI+ color class.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Function ToColor As Color
'用途
Dim instance As ReportColor
Dim returnValue As Color

returnValue = instance.ToColor()
public Color ToColor()
public:
Color ToColor()
member ToColor : unit -> Color 
public function ToColor() : Color

傳回值

型別:System.Drawing. . :: . .Color
A Color object that represents a color. For more information on Color, see Color Class.