Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Transformer Class Members
See Also  Properties  Methods 
Leadtools Namespace : Transformer Class


The following tables list the members exposed by Transformer.

Public Constructors

  Name Description
Public Constructor Transformer Constructor Overloaded.  Creates a new instance of the Transformer class with default settings.  
Top

Public Properties

  Name Description
Public Property Transform Gets and sets the transformation matrix for this Transformer.  
Top

Public Methods

  Name Description
Public Method LengthToLogical Converts the specified length value from physical to logical coordinates.  
Public Method LengthToPhysical Converts the specified length value from logical to physical coordinates.  
Public Method PointToLogical Overloaded.  Converts the specified points from physical to logical coordinates.  
Public Method PointToPhysical Overloaded.  Converts the specified points from logical to physical coordinates.  
Public Method RectangleToLogical Converts the specified rectangle from physical to logical coordinates.  
Public Method RectangleToPhysical Converts the specified rectangle from logical to physical coordinates.  
Public Methodstatic (Shared in Visual Basic) TransformPoints Converts the specified points from logical to physical coordinates.  
Top

See Also