←Select platform

AnnPoint Constructor(Single,Single,AnnUnit)

Summary

Initializes a new instance of the AnnPoint structure with the specified coordinates and unit of measure.

Syntax

C#
VB
C++
public AnnPoint(  
   float x, 
   float y, 
   Leadtools.Annotations.AnnUnit unit 
) 
  
Public Function New( _ 
   ByVal x As Single, _ 
   ByVal y As Single, _ 
   ByVal unit As Leadtools.Annotations.AnnUnit _ 
) 
public: 
AnnPoint(  
   float x, 
   float y, 
   Leadtools.Annotations.AnnUnit unit 
) 

Parameters

x
The horizontal position of the point.

y
The vertical position of the point.

unit
An AnnUnit value specifying the unit of measure for this point.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations Assembly
Click or drag to resize