PDFView4NET WinForms Edition
PDFCmykColor Constructor(Double,Double,Double,Double)




O2S.Components.PDFView4NET.Graphics Namespace > PDFCmykColor Class > PDFCmykColor Constructor : PDFCmykColor Constructor(Double,Double,Double,Double)
Cyan component of the color.
Magenta component of the color.
Yellow component of the color.
Black component of the color.
Initializes a new PDFCmykColor object.
Syntax
'Declaration
 
Public Function New( _
   ByVal c As Double, _
   ByVal m As Double, _
   ByVal y As Double, _
   ByVal k As Double _
)
'Usage
 
Dim c As Double
Dim m As Double
Dim y As Double
Dim k As Double
 
Dim instance As New PDFCmykColor(c, m, y, k)
public PDFCmykColor( 
   double c,
   double m,
   double y,
   double k
)
public: PDFCmykColor( 
   double c,
   double m,
   double y,
   double k
)
public:
PDFCmykColor( 
   double c,
   double m,
   double y,
   double k
)

Parameters

c
Cyan component of the color.
m
Magenta component of the color.
y
Yellow component of the color.
k
Black component of the 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

PDFCmykColor Class
PDFCmykColor Members
Overload List