Class GeneralTransform
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public abstract class GeneralTransform : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
GeneralTransform()
Declaration
protected GeneralTransform()
Properties
Inverse
Methods
Transform(PointF)
Declaration
public PointF Transform(PointF point)
Parameters
System.Drawing.PointF
point
|
Returns
System.Drawing.PointF
|
TransformBounds(RectangleF)
Declaration
public abstract RectangleF TransformBounds(RectangleF rect)
Parameters
System.Drawing.RectangleF
rect
|
Returns
System.Drawing.RectangleF
|
TryTransform(PointF, out PointF)
Declaration
public abstract bool TryTransform(PointF inPoint, out PointF outPoint)
Parameters
System.Drawing.PointF
inPoint
|
System.Drawing.PointF
outPoint
|
Returns
System.Boolean
|