AnnContainerMapper Constructor

Summary

Creates a new mapper with the specified DPI values.

Syntax
TypeScript
JavaScript
AnnContainerMapper = function( 
   sourceDpiX, 
   sourceDpiY, 
   targetDpiX, 
   targetDpiY 
) 
constructor( 
   sourceDpiX: number, 
   sourceDpiY: number, 
   targetDpiX: number, 
   targetDpiY: number 
); 

Parameters

sourceDpiX

Horizontal source (screen) DPI.

sourceDpiY

Vertical source (screen) DPI.

targetDpiX

Horizontal target (image) DPI.

targetDpiY

Vertical target (image) 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