←Select platform

MapResolutions Method

Summary
Update this mapper with the specified DPI values.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public void MapResolutions( 
   double sourceDpiX, 
   double sourceDpiY, 
   double targetDpiX, 
   double targetDpiY 
) 
- (void)mapResolutionsSourceDpiX:(double)sourceDpiX sourceDpiY:(double)sourceDpiY targetDpiX:(double)targetDpiX targetDpiY:(double)targetDpiY NS_SWIFT_NAME(mapResolutions(sourceDpiX:sourceDpiY:targetDpiX:targetDpiY:)); 
public void mapResolutions( 
   double sourceDpiX, 
   double sourceDpiY, 
   double targetDpiX, 
   double targetDpiY 
) 
public:  
   void MapResolutions( 
      double sourceDpiX, 
      double sourceDpiY, 
      double targetDpiX, 
      double targetDpiY 
   ) 
def MapResolutions(self,sourceDpiX,sourceDpiY,targetDpiX,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 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.