ImageGear PDF v25.2 - Updated
ImGearARTHotSpot Constructor(IImGearRectangle,IImGearRGBQuad)




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTHotSpot Class > ImGearARTHotSpot Constructor : ImGearARTHotSpot Constructor(IImGearRectangle,IImGearRGBQuad)
Rectangle of the mark.
Fill color of the mark.
Initializes a new instance of the ImGearARTHotSpot class object.
Syntax
'Declaration
 
Public Function New( _
   ByVal rect As IImGearRectangle, _
   ByVal fillColor As IImGearRGBQuad _
)
'Usage
 
Dim rect As IImGearRectangle
Dim fillColor As IImGearRGBQuad
 
Dim instance As New ImGearARTHotSpot(rect, fillColor)
public ImGearARTHotSpot( 
   IImGearRectangle rect,
   IImGearRGBQuad fillColor
)
public: ImGearARTHotSpot( 
   IImGearRectangle* rect,
   IImGearRGBQuad* fillColor
)
public:
ImGearARTHotSpot( 
   IImGearRectangle^ rect,
   IImGearRGBQuad^ fillColor
)

Parameters

rect
Rectangle of the mark.
fillColor
Fill color of the mark.
See Also

Reference

ImGearARTHotSpot Class
ImGearARTHotSpot Members
Overload List
ImGearRectangle Structure
ImGearRGBQuad Structure

Is this page helpful?
Yes No
Thanks for your feedback.