AnnContainerMapper Constructor

Summary

Creates a new mapper with the specified DPI values.

Syntax

JavaScript Syntax
AnnContainerMapper = function(sourceDpiX, sourceDpiY, targetDpiX, targetDpiY) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly