←Select platform

MapResolutions Method

Summary

Update this mapper with the specified DPI values.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void MapResolutions( 
   double sourceDpiX, 
   double sourceDpiY, 
   double targetDpiX, 
   double targetDpiY 
) 
Public Sub MapResolutions( _ 
   ByVal sourceDpiX As Double, _ 
   ByVal sourceDpiY As Double, _ 
   ByVal targetDpiX As Double, _ 
   ByVal targetDpiY As Double _ 
)  
public void MapResolutions(  
   double sourceDpiX, 
   double sourceDpiY, 
   double targetDpiX, 
   double targetDpiY 
) 
-(void) mapResolutionsSourceDpiX:(double) xSourceDpi 
                      sourceDpiY:(double) ySourceDpi 
                      targetDpiX:(double) xTargetDpi 
                      targetDpiY:(double) yTargetDpi; 
             
public void mapResolutions( 
   double sourceDpiX, 
   double sourceDpiY, 
   double targetDpiX, 
   double targetDpiY 
) 
             
 function Leadtools.Annotations.Core.AnnContainerMapper.MapResolutions(  
   sourceDpiX , 
   sourceDpiY , 
   targetDpiX , 
   targetDpiY  
) 
public:  
   void MapResolutions( 
      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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly