Gets the current transformation matrix used for displaying the image with or without DPI scaling.
public virtual Leadtools.LeadMatrix GetTransform(
bool useDpi
)
Public Overridable Function GetTransform( _
ByVal useDpi As Boolean _
) As Leadtools.LeadMatrix
public virtual Leadtools.LeadMatrix GetTransform(
bool useDpi
)
- (CGAffineTransform)getTransform:(BOOL)useDpi
public Matrix getTransform(boolean useDpi)
function Leadtools.Controls.ImageViewer.GetTransform(
useDpi
)
useDpi
true to get the transformation matrix with DPI scaling; otherwise, it is false.
The current transformation matrix with or without DPI scaling.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET