←Select platform

FromArgb Method

Summary
Creates a RasterColor from an a rgb value.
Syntax
C#
VB
C++
Java
public static RasterColor FromArgb( 
   int argb 
) 
Public Shared Function FromArgb( _ 
   ByVal argb As Integer _ 
) As RasterColor 
static public RasterColor fromArgb(int argb) 
public: 
static RasterColor FromArgb(  
   int argb 
)  

Parameters

argb
The a rgb value.

Return Value

The RasterColor structure that this method creates.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.