←Select platform

AnnPoint Constructor(float,float,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, 
   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

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

Leadtools.Annotations Assembly