LEADTOOLS Annotations (Leadtools.Annotations assembly)

AnnRectangle Constructor(RectangleF)

Show in webframe





A RectangleF structure that uses floating-point numbers that represents the location and size of the new AnnRectangle.
Initializes a new instance of the AnnRectangle structure from a RectangleF.
Syntax
public AnnRectangle( 
   RectangleF rect
)
'Declaration
 
Public Function New( _
   ByVal rect As RectangleF _
)
'Usage
 
Dim rect As RectangleF
 
Dim instance As New AnnRectangle(rect)

            

            
public:
AnnRectangle( 
   RectangleF rect
)

Parameters

rect
A RectangleF structure that uses floating-point numbers that represents the location and size of the new AnnRectangle.
Remarks
The unit of measure will be set to the default (Pixel).
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.