←Select platform

AnnPoint Constructor(PointF,AnnUnit)

Summary

Initializes a new instance of the AnnPoint structure from a PointF structure and a unit of measure.

Syntax

C#
VB
C++
public AnnPoint( 
   PointF pt, 
   AnnUnit unit 
) 
  
Public Function New( _ 
   ByVal pt As PointF, _ 
   ByVal unit As Leadtools.Annotations.AnnUnit _ 
) 
public: 
AnnPoint(  
   PointF pt, 
   Leadtools.Annotations.AnnUnit unit 
) 

Parameters

pt
A PointF structure that specifies the coordinates for the new AnnPoint.

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