LEADTOOLS Annotations (Leadtools.Annotations assembly)

AnnPoint Constructor(Single,Single)

Show in webframe





The horizontal position of the point.
The vertical position of the point.
Initializes a new instance of the AnnPoint structure with the specified coordinates.
Syntax
public AnnPoint( 
   float x,
   float y
)
'Declaration
 
Public Function New( _
   ByVal x As Single, _
   ByVal y As Single _
)
'Usage
 
Dim x As Single
Dim y As Single
 
Dim instance As New AnnPoint(x, y)

            

            
public:
AnnPoint( 
   float x,
   float y
)

Parameters

x
The horizontal position of the point.
y
The vertical position of the point.
Remarks
Unit will be set to the default (Pixel).
Requirements

Target Platforms

See Also

Reference

AnnPoint Structure
AnnPoint Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.