Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

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
)

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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)