LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

AnnRectangle Constructor(AnnPoint,AnnSize)






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
)
function 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnRectangle Structure
AnnRectangle Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.