Interface ITransform Last update: 16.07.2025 Namespace: VM.Managed Assembly: VMAppCore.dll This interface is to represent the information of transform. Design Frame and Design Point is casting as ITransform. public interface ITransform : IPoint, IOrientation, IDirectionContainer, IDesignParameter Implements IPoint, IOrientation, IDirectionContainer, IDesignParameter Extension Methods LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType) Properties TransformationMatrix Gets the transform. TMatrix TransformationMatrix { get; set; } Property Value TMatrix