LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Transformer Class Members
See Also  Properties  Methods 

The following tables list the members exposed by Transformer.

Public Constructors

 NameDescription
public Constructor Transformer ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property TransformGets and sets the transformation matrix for this Transformer.  
Top

Public Methods

 NameDescription
public Method LengthToLogicalConverts the specified length value from physical to logical coordinates.  
public Method LengthToPhysicalConverts the specified length value from logical to physical coordinates.  
public Method PointToLogicalOverloaded. Converts the specified point from physical to logical coordinates.  
public Method PointToPhysicalOverloaded. Converts the specified point from logical to physical coordinates.  
public Method RectangleToLogicalConverts the specified rectangle from physical to logical coordinates.  
public Method RectangleToPhysicalConverts the specified rectangle from logical to physical coordinates.  
public Methodstatic (Shared in Visual Basic) TransformPointsConverts the specified points from logical to physical coordinates.  
Top

See Also