←Select platform

ToRgb Method (RasterColorHelper)

Summary

Gets a 32-bit value representation of this RasterColor structure.

Syntax

C#
VB
WinRT C#
C++
public static int ToRgb(  
   Leadtools.RasterColor color 
) 
Public Shared Function ToRgb( _ 
   ByVal color As Leadtools.RasterColor _ 
) As Integer 
public static int ToRgb(  
   Leadtools.RasterColor color 
) 
 function Leadtools.RasterColorHelper.ToRgb(  
   color  
) 
public: 
static int ToRgb(  
   Leadtools.RasterColor color 
)  

Parameters

color
The raster color object.

Return Value

A 32-bit value representation of this RasterColor structure.

Remarks

The byte ordering this method returns is 00RRBBGG.

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