←Select platform

GetKnownColorName Method

Summary
Gets the human readable representation of a known color.
Syntax
C#
VB
C++
[CLSCompliantAttribute(false)] 
public static string GetKnownColorName( 
   RasterKnownColor knownColor 
) 
<CLSCompliantAttribute(False)> 
Public Shared Function GetKnownColorName( _ 
   ByVal knownColor As RasterKnownColor _ 
) As String 
[CLSCompliantAttribute(false)] 
public: 
static String^ GetKnownColorName(  
   RasterKnownColor knownColor 
)  

Parameters

knownColor
The known color.

Return Value

A String that contains a human readable representation of a known color. For example, "Black" for RasterKnownColor.Black, "Red" for RasterKnownColor.Red, and so on.

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.