←Select platform

AnnRectangle Constructor(RectangleF)

Summary

Initializes a new instance of the AnnRectangle structure from a RectangleF.

Syntax

C#
VB
C++
public AnnRectangle( 
   RectangleF rect 
) 
  
Public Function New( _ 
   ByVal rect As RectangleF _ 
) 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly