ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearColorBookColor Interface / GetColorValueCopy Method




In This Topic
GetColorValueCopy Method (IImGearColorBookColor)
In This Topic
Returns a copy of the color value used for display.
Syntax
'Declaration
 
Function GetColorValueCopy() As ImGearPixel
 
'Usage
 
Dim instance As IImGearColorBookColor
Dim value As ImGearPixel
 
value = instance.GetColorValueCopy()

Return Value

ImGearPixel class object.
See Also