ImageGear .NET
ImGearARTHotSpot Constructor(IImGearRectangle,IImGearRGBQuad,Int32)




Rectangle of the mark.
Fill color of the mark.
Opacity of the mark.
Initializes a new instance of the ImGearARTHotSpot class object.
Syntax
public ImGearARTHotSpot( 
   IImGearRectangle rect,
   IImGearRGBQuad fillColor,
   int opacity
)
public: ImGearARTHotSpot( 
   IImGearRectangle* rect,
   IImGearRGBQuad* fillColor,
   int opacity
)
public:
ImGearARTHotSpot( 
   IImGearRectangle^ rect,
   IImGearRGBQuad^ fillColor,
   int opacity
)
'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)

Parameters

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

Reference

ImGearARTHotSpot Class
ImGearARTHotSpot Members
Overload List
ImGearRectangle Structure
ImGearRGBQuad Structure

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback