ImageGear23.Art Assembly > ImageGear.ART Namespace > ImGearARTHotSpot Class > ImGearARTHotSpot Constructor : ImGearARTHotSpot Constructor(IImGearRectangle,IImGearRGBQuad,Int32) |
'Declaration Public Function New( _ ByVal rect As IImGearRectangle, _ ByVal fillColor As IImGearRGBQuad, _ ByVal opacity As Integer _ )
'Usage Dim rect As IImGearRectangle Dim fillColor As IImGearRGBQuad Dim opacity As Integer Dim instance As New ImGearARTHotSpot(rect, fillColor, opacity)
public ImGearARTHotSpot( IImGearRectangle rect, IImGearRGBQuad fillColor, int opacity )
public: ImGearARTHotSpot( IImGearRectangle* rect, IImGearRGBQuad* fillColor, int opacity )
public: ImGearARTHotSpot( IImGearRectangle^ rect, IImGearRGBQuad^ fillColor, int opacity )