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

Show in webframe

AnnRectangle Constructor(RectangleF)






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

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