ImageGear .NET - Updated May 30, 2018
Color Property (IImGearARTCurve)




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

Property Value

ImageGear.Core.ImGearRGBQuad structure object.
See Also

Reference

IImGearARTCurve Interface
IImGearARTCurve Members
ImGearRGBQuad Structure