ImageGear .NET - Updated November 28, 2017
GetColorValueCopy Method (ImGearColorBookColor)




ImageGear23.Core Assembly > ImageGear.Core Namespace > ImGearColorBookColor Class : GetColorValueCopy Method
Returns a copy of the color value used for display.
Syntax
'Declaration
 
Public Function GetColorValueCopy() As ImGearPixel
 
'Usage
 
Dim instance As ImGearColorBookColor
Dim value As ImGearPixel
 
value = instance.GetColorValueCopy()

Return Value

A new instance of ImGearPixel class.
See Also

Reference

ImGearColorBookColor Class
ImGearColorBookColor Members
ImGearPixel Class