ImageGear .NET
ImGearARTArrow Constructor(ImGearPoint,ImGearPoint,IImGearRGBQuad)




Start point of the arrow.
End point of the arrow.
Arrow color.
Initializes a new instance of the ImGearARTArrow class object.
Syntax
'Declaration
 
Public Function New( _
   ByVal startPoint As ImGearPoint, _
   ByVal endPoint As ImGearPoint, _
   ByVal color As IImGearRGBQuad _
)
'Usage
 
Dim startPoint As ImGearPoint
Dim endPoint As ImGearPoint
Dim color As IImGearRGBQuad
 
Dim instance As New ImGearARTArrow(startPoint, endPoint, color)
public ImGearARTArrow( 
   ImGearPoint startPoint,
   ImGearPoint endPoint,
   IImGearRGBQuad color
)
public: ImGearARTArrow( 
   ImGearPoint startPoint,
   ImGearPoint endPoint,
   IImGearRGBQuad* color
)
public:
ImGearARTArrow( 
   ImGearPoint startPoint,
   ImGearPoint endPoint,
   IImGearRGBQuad^ color
)

Parameters

startPoint
Start point of the arrow.
endPoint
End point of the arrow.
color
Arrow color.
See Also

Reference

ImGearARTArrow Class
ImGearARTArrow Members
Overload List
ImGearPoint Structure
ImGearRGBQuad Structure

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback