←Select platform

AnnContainerMapper Constructor

Summary

Creates a new mapper with the specified DPI values.

Syntax
C#
VB
Objective-C
C++
Java
public AnnContainerMapper( 
   double sourceDpiX, 
   double sourceDpiY, 
   double targetDpiX, 
   double targetDpiY 
) 
Public Function New( _ 
   ByVal sourceDpiX As Double, _ 
   ByVal sourceDpiY As Double, _ 
   ByVal targetDpiX As Double, _ 
   ByVal targetDpiY As Double _ 
) 
-(id) initSourceDpiX:(double) xSourceDpi 
          sourceDpiY:(double) ySourceDpi 
          targetDpiX:(double) xTargetDpi 
          targetDpiY:(double) yTargetDpi; 
public AnnContainerMapper( 
   double sourceDpiX, 
   double sourceDpiY, 
   double targetDpiX, 
   double targetDpiY 
) 
public:  
   AnnContainerMapper(double sourceDpiX, double sourceDpiY, double targetDpiX, double targetDpiY) 

Parameters

sourceDpiX
Horizontal source (image) DPI.

sourceDpiY
Vertical source (image) DPI.

targetDpiX
Horizontal target (screen) DPI.

targetDpiY
Vertical target (screen) DPI.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly