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 )
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.