LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Create Method (RasterColor)






Alpha component
Red component
Green component
Blue component
Creates a new RasterColor with the specified values. .NET support
Syntax
public static RasterColor Create( 
   int alpha,
   int red,
   int green,
   int blue
)
'Declaration
 
Public Shared Function Create( _
   ByVal alpha As Integer, _
   ByVal red As Integer, _
   ByVal green As Integer, _
   ByVal blue As Integer _
) As RasterColor
'Usage
 
Dim alpha As Integer
Dim red As Integer
Dim green As Integer
Dim blue As Integer
Dim value As RasterColor
 
value = RasterColor.Create(alpha, red, green, blue)
public static RasterColor Create( 
   int alpha,
   int red,
   int green,
   int blue
)
 function Leadtools.RasterColor.Create( 
   alpha ,
   red ,
   green ,
   blue 
)
public:
static RasterColor Create( 
   int alpha,
   int red,
   int green,
   int blue
) 

Parameters

alpha
Alpha component
red
Red component
green
Green component
blue
Blue component

Return Value

The RasterColor object this method creates.
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

RasterColor Structure
RasterColor Members

 

 


Products | Support | Contact Us | Copyright Notices

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