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