The Transform2DLinear type exposes the following members.
| Name | Description | |
|---|---|---|
| BestFitLinearTransform | Returns a new linear transform which best describes this transform over the given set of points. The points must be expressed in 'from' coordinates. | |
| Compose | Returns a new linear transform which is the composition of the given transform (on the right side) and this one (on the left side). | |
| ComposeBase | Returns a new transform which is the composition of the given transform (on the right side) and this one (on the left side). | |
| Copy | Returns a new copy of this transform. | |
| CopyBase | Returns a new copy of this transform. | |
| Equals | Compares the equality of this object with another. (Overrides ChangedEventShareableBase Equals(Object).) | |
| GetHashCode | Returns the hash code of this object. (Overrides ChangedEventShareableBase GetHashCode .) | |
| GetMatrixElement | Access the selected element of the 2-by-2 matrix in this transform. | |
| GetMatrixElementsTranslation | Extract the named parameters from this transform. | |
| GetScalingAspectRotationSkewTranslation | Extract the named parameters from this transform. Rotation and Skew are in radians. | |
| GetScalingsRotationsTranslation | Extract the named parameters from this transform. RotationX and RotationY are in radians. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the TypeMeta that describes the type of this object. | |
| Identity | ||
| Invert | Returns a new linear transform which is the inverse of this one. | |
| InvertBase | Returns a new transform which is the inverse of this one. | |
| LinearTransform | Returns a new linear transform which best describes this transform at the given point. The point must be expressed in 'from' coordinates. | |
| MapAngle | Maps the given angle (in radians) through this transform and returns the result (in radians). | |
| MapArea | Maps the given area through this transform and returns the result. | |
| MapPoint | Maps the given x,y point through this transform, filling in the mapped x,y coordinates. | |
| MapPoints | Map the supplied points through this transform. | |
| MapVector | Maps the given x,y vector through this transform, filling in the mapped x,y vector components. | |
| MatrixIdentity | Returns true if the 2-by-2 matrix in this transform is an identity mapping within the given tolerance. The tolerance is applied to each matrix element. | |
| ResumeAndRaiseChangedEvent | Re-enables raising of the ChangedEvent after SuspendChangedEvent has been called, and raises the ChangedEvent if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent. | |
| SetMatrixElement | Access the selected element of the 2-by-2 matrix in this transform. | |
| SetMatrixElementsTranslation | Set this transform from the given parameters. | |
| SetScalingAspectRotationSkewTranslation | Set this transform from the given parameters. Rotation and Skew are in radians. | |
| SetScalingsRotationsTranslation | Set this transform from the given parameters. RotationX and RotationY are in radians. | |
| Singular | Returns true if this transform is singular. A transform is singular if the matrix determinant equals zero within the given tolerance. | |
| SuspendChangedEvent | Temporarily suspends the raising of the ChangedEvent. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent. | |
| ToString | Returns a human readable string that represents the object. |