(Leadtools.Annotations.Core)

MapResolutions Method

Show in webframe





Horizontal source (screen) DPI.
Vertical source (screen) DPI.
Horizontal target (image) DPI.
Vertical target (image) DPI.
Update this mapper with the specified DPI values.
Syntax
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 
)

Parameters

sourceDpiX
Horizontal source (screen) DPI.
sourceDpiY
Vertical source (screen) DPI.
targetDpiX
Horizontal target (image) DPI.
targetDpiY
Vertical target (image) DPI.
Requirements

Target Platforms

See Also

Reference

AnnContainerMapper Class
AnnContainerMapper Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.