ImageGear for .NET
FillColor Property (IImGearARTRectangle)




Gets or sets the fill color of the mark.
Syntax
'Declaration
 
Property FillColor As IImGearRGBQuad
'Usage
 
Dim instance As IImGearARTRectangle
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

IImGearARTRectangle Interface
IImGearARTRectangle Members
IImGearRGBQuad Interface

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback