ImageGear .NET - Updated October 2, 2018
Color Property (ImGearARTPoint)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPoint Class : Color Property
Gets or sets the color of the mark.
Syntax
'Declaration
 
Public Property Color As IImGearRGBQuad
 
'Usage
 
Dim instance As ImGearARTPoint
Dim value As IImGearRGBQuad
 
instance.Color = value
 
value = instance.Color

Property Value

ImageGear.Core.ImGearRGBQuad structure.
See Also

Reference

ImGearARTPoint Class
ImGearARTPoint Members
ImGearRGBQuad Structure