ClassGeneralTransform
Class
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
cs-api-definition
public abstract class GeneralTransform : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectGeneralTransform
Implements:
Inherited Members
Constructors
GeneralTransform()
Declaration
cs-api-definition
protected GeneralTransform()
Properties
Inverse
Declaration
cs-api-definition
public abstract GeneralTransform Inverse { get; }
Property Value
Methods
TransformBounds(RectangleF)
Declaration
cs-api-definition
public abstract RectangleF TransformBounds(RectangleF rect)
Parameters
rect
Returns