PDFView4NET WinForms Edition
ToGdiColor(Double) Method




O2S.Components.PDFView4NET.Graphics Namespace > PDFRgbColor Class > ToGdiColor Method : ToGdiColor(Double) Method
Current alpha value.
Converts this color object to a GDI color object.
Syntax
'Declaration
 
Public Overloads Overrides Function ToGdiColor( _
   ByVal alpha As Double _
) As Color
'Usage
 
Dim instance As PDFRgbColor
Dim alpha As Double
Dim value As Color
 
value = instance.ToGdiColor(alpha)
public override Color ToGdiColor( 
   double alpha
)
public: Color ToGdiColor( 
   double alpha
) override 
public:
Color ToGdiColor( 
   double alpha
) override 

Parameters

alpha
Current alpha value.

Return Value

GDI color.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFRgbColor Class
PDFRgbColor Members
Overload List