←Select platform

Create Method (RasterColor16Helper)

Summary

Creates a new RasterColor16 with the specified values.

Syntax

C#
VB
WinRT C#
C++
public static Leadtools.RasterColor16 Create(  
   int red, 
   int green, 
   int blue 
) 
Public Shared Function Create( _ 
   ByVal red As Integer, _ 
   ByVal green As Integer, _ 
   ByVal blue As Integer _ 
) As Leadtools.RasterColor16 
public static Leadtools.RasterColor16 Create(  
   int red, 
   int green, 
   int blue 
) 
 function Leadtools.RasterColor16Helper.Create(  
   red , 
   green , 
   blue  
) 
public: 
static Leadtools.RasterColor16 Create(  
   int red, 
   int green, 
   int blue 
)  

Parameters

red
Red component

green
Green component

blue
Blue component

Return Value

The RasterColor16 object 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