ImageGear .NET - Updated March 30, 2018
Color Property (IImGearARTPoint)




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

Property Value

ImageGear.Core.IImGearRGBQuad structure.
See Also

Reference

IImGearARTPoint Interface
IImGearARTPoint Members
IImGearRGBQuad Interface