←Select platform

AnnRectangle Constructor(float,float,float,float)

Summary

Initializes a new instance of the AnnRectangle structure using the specified dimensions.

Syntax

C#
VB
C++
public AnnRectangle( 
   float x, 
   float y, 
   float width, 
   float height 
) 
  
Public Function New( _ 
   ByVal x As Single, _ 
   ByVal y As Single, _ 
   ByVal width As Single, _ 
   ByVal height As Single _ 
) 
public: 
AnnRectangle(  
   float x, 
   float y, 
   float width, 
   float height 
) 

Parameters

x
The x-coordinate of the upper-left corner of the rectangle.

y
The y-coordinate of the upper-left corner of the rectangle.

width
The width of the rectangle.

height
The height of the rectangle.

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