←Select platform

AnnContainerMapper Constructor

Summary
Creates a new mapper with the specified DPI values.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnContainerMapper( 
   double sourceDpiX, 
   double sourceDpiY, 
   double targetDpiX, 
   double targetDpiY 
) 
- (instancetype)initWithSourceDpiX:(double)sourceDpiX sourceDpiY:(double)sourceDpiY targetDpiX:(double)targetDpiX targetDpiY:(double)targetDpiY; 
public AnnContainerMapper( 
   double sourceDpiX, 
   double sourceDpiY, 
   double targetDpiX, 
   double targetDpiY 
) 
public:  
   AnnContainerMapper(double sourceDpiX, double sourceDpiY, double targetDpiX, double targetDpiY) 
__init__(self,sourceDpiX,sourceDpiY,targetDpiX,targetDpiY) # Overloaded constructor 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.