←Select platform

FromArgb Method

Summary

Creates a RasterColor from an a rgb value.

Syntax

C#
VB
Java
C++
public static RasterColor FromArgb( 
   int argb 
) 
Public Shared Function FromArgb( _ 
   ByVal argb As Integer _ 
) As Leadtools.RasterColor 
static public RasterColor fromArgb(int argb) 
public: 
static Leadtools.RasterColor FromArgb(  
   int argb 
)  

Parameters

argb
The a rgb value.

Return Value

The RasterColor structure that this method creates.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly