Transform
Class
Definition
Namespace:Telerik.WinControls.UI.Diagrams
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public abstract class Transform
Inheritance: objectTransform
Derived Classes:
Properties
Gets an identity transform.
C#
public static Transform Identity { get; }
An identity transform.
Gets the inverse of this transform, if it exists.
C#
public virtual Transform Inverse { get; }
The inverse of this transform, if it exists; otherwise, null.
Methods
Transforms the specified bounding box and returns an axis-aligned bounding box that is exactly large enough to contain it.
Attempts to transform the specified point and returns a value that indicates whether the transformation was successful.