(Leadtools.Controls)

GetTransform Method

Show in webframe





true to get the transformation matrix with DPI scaling; otherwise, it is false.
Gets the current transformation matrix used for displaying the image with or without DPI scaling.
Syntax
public virtual LeadMatrix GetTransform( 
   bool useDpi
)
Public Overridable Function GetTransform( _
   ByVal useDpi As Boolean _
) As LeadMatrix
public virtual LeadMatrix GetTransform( 
   bool useDpi
)
-(CGAffineTransform) getTransform:(BOOL) UseDpi;
public Matrix getTransform(boolean useDpi)
 function Leadtools.Controls.ImageViewer.GetTransform( 
   useDpi 
)

Parameters

useDpi
true to get the transformation matrix with DPI scaling; otherwise, it is false.

Return Value

The current transformation matrix with or without DPI scaling.
Remarks

If the value of useDpi is true, then this method will return the same matrix as the Transform property.

If the value of useDpi is false, then this method will return the transformation matrix as if the value of UseDpi was false as well.

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

 

 


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