ImageGear .NET
ImGearRGBQuad Constructor(Int32,Int32,Int32)




Red color value.
Green color value.
Blue color value.
Initializes a new instance of the ImGearRGBQuad structure with specified red, green and blue color values.
Syntax
'Declaration
 
Public Function New( _
   ByVal red As Integer, _
   ByVal green As Integer, _
   ByVal blue As Integer _
)
'Usage
 
Dim red As Integer
Dim green As Integer
Dim blue As Integer
 
Dim instance As New ImGearRGBQuad(red, green, blue)
public ImGearRGBQuad( 
   int red,
   int green,
   int blue
)
public: ImGearRGBQuad( 
   int red,
   int green,
   int blue
)
public:
ImGearRGBQuad( 
   int red,
   int green,
   int blue
)

Parameters

red
Red color value.
green
Green color value.
blue
Blue color value.
See Also

Reference

ImGearRGBQuad Structure
ImGearRGBQuad Members
Overload List

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback