LEADTOOLS (Leadtools assembly)

Create Method (RasterColor16Helper)

Show in webframe







Red component
Green component
Blue component
Creates a new RasterColor16 with the specified values.
Syntax
public static RasterColor16 Create( 
   int red,
   int green,
   int blue
)
'Declaration
 
Public Shared Function Create( _
   ByVal red As Integer, _
   ByVal green As Integer, _
   ByVal blue As Integer _
) As RasterColor16
'Usage
 
Dim red As Integer
Dim green As Integer
Dim blue As Integer
Dim value As RasterColor16
 
value = RasterColor16Helper.Create(red, green, blue)
public static RasterColor16 Create( 
   int red,
   int green,
   int blue
)

            

            
 function Leadtools.RasterColor16Helper.Create( 
   red ,
   green ,
   blue 
)
public:
static RasterColor16 Create( 
   int red,
   int green,
   int blue
) 

Parameters

red
Red component
green
Green component
blue
Blue component

Return Value

The RasterColor16 object this method creates.
Requirements

Target Platforms

See Also

Reference

RasterColor16Helper Class
RasterColor16Helper Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.