←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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly