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

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

Y Property (AnnRectangle)






Gets or sets the y-coordinate of the upper-left corner of this AnnRectangle structure.
Syntax
public float Y {get; set;}
public:
property float Y {
   float get();
   void set (    float value);
}
'Declaration
 
Public Property Y As Single
 
'Usage
 
Dim instance As AnnRectangle
Dim value As Single
 
instance.Y = value
 
value = instance.Y

Property Value

The y-coordinate of the upper-left corner of this AnnRectangle structure.
Requirements

Target Platforms

See Also

Reference

AnnRectangle Structure
AnnRectangle Members

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