LEADTOOLS Annotations (Leadtools.Annotations assembly)

AnnRectangle Constructor(AnnPoint,AnnSize)

Show in webframe





An AnnPoint structure that represents the upper-left corner of the rectangular region.
An AnnSize structure that represents the width and height of the rectangular region.
Initializes a new instance of the AnnRectangle structure at the specified location and of the specified size.
Syntax
public AnnRectangle( 
   AnnPoint location,
   AnnSize size
)
'Declaration
 
Public Function New( _
   ByVal location As AnnPoint, _
   ByVal size As AnnSize _
)
'Usage
 
Dim location As AnnPoint
Dim size As AnnSize
 
Dim instance As New AnnRectangle(location, size)

            

            
public:
AnnRectangle( 
   AnnPoint location,
   AnnSize size
)

Parameters

location
An AnnPoint structure that represents the upper-left corner of the rectangular region.
size
An AnnSize structure that represents the width and height of the rectangular region.
Remarks
The new rectangle will have the same units as location.
Requirements

Target Platforms

See Also

Reference

AnnRectangle Structure
AnnRectangle Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.