ImageGear .NET
Join Method (ImGearRectangle)




The point.
Changes the rectangle's points to contain the specified point.
Syntax
'Declaration
 
Public Sub Join( _
   ByVal point As IImGearPoint _
) 
'Usage
 
Dim instance As ImGearRectangle
Dim point As IImGearPoint
 
instance.Join(point)
public void Join( 
   IImGearPoint point
)
public: void Join( 
   IImGearPoint* point
) 
public:
void Join( 
   IImGearPoint^ point
) 

Parameters

point
The point.
See Also

Reference

ImGearRectangle Structure
ImGearRectangle Members
ImGearPoint Structure

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback