←Select platform

AnnUnitConverter Constructor(float,float)

Summary

Constructs and initializes a new instance of the AnnUnitConverter class using specific horizontal and vertical DPI values.

Syntax

C#
VB
C++
public AnnUnitConverter( 
   float dpiX, 
   float dpiY 
) 
  
Public Function New( _ 
   ByVal dpiX As Single, _ 
   ByVal dpiY As Single _ 
) 
public: 
AnnUnitConverter(  
   float dpiX, 
   float dpiY 
) 

Parameters

dpiX
Horizontal DPI value

dpiY
Vertical DPI value

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