ImageGear for .NET
FillColor Property (IImGearARTPolygon)




Gets or sets the fill color of the mark.
Syntax
'Declaration
 
Property FillColor As IImGearRGBQuad
'Usage
 
Dim instance As IImGearARTPolygon
Dim value As IImGearRGBQuad
 
instance.FillColor = value
 
value = instance.FillColor
IImGearRGBQuad FillColor {get; set;}
__property IImGearRGBQuad* get_FillColor();
__property void set_FillColor( 
   IImGearRGBQuad* value
);
property IImGearRGBQuad^ FillColor {
   IImGearRGBQuad^ get();
   void set (    IImGearRGBQuad^ value);
}

Property Value

ImageGear.Core.IImGearRGBQuad structure object interface.
See Also

Reference

IImGearARTPolygon Interface
IImGearARTPolygon Members
IImGearRGBQuad Interface

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback