Click or drag to resize

Transform Class

Base class for transforming windowless components.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.Common.GraphicsTransform

Namespace: Easymap.AddIn.Common.Graphics
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.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