Click or drag to resize

Transform Class

Base class for transforming windowless components.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public sealed class Transform : BaseObject

The Transform type exposes the following members.

Properties
  NameDescription
Public propertyChildTransform
Ges a transformed matrix of the child component.
Public propertyInverseChildTransform
Gets an inverted matrix of the child component.
Public propertyInverseParentTransform
Gets an inverted matrix of the parent component.
Public propertyParentTransform
Ges a transformed matrix of the parent component.
Top
See Also