Transform Class |
Namespace: WebSupergoo.WordGlue4.Rendering
The Transform type exposes the following members.
| Name | Description | |
|---|---|---|
| Transform |
Create a new identity transformation.
|
|
| Transform(Transform) |
Create a clone of a transformation.
|
|
| Transform(Rect, Rect) |
Constructs a transformation.
|
|
| Transform(Double, Double, Double, Double, Double, Double) |
Constructs a transformation.
|
| Name | Description | |
|---|---|---|
| Determinant |
Gets the determinant.
|
|
| HasInverse |
Gets a value that indicates whether this
transformation is invertible.
|
|
| IsIdentity |
Gets a value that indicates whether this
transformation is identity.
|
|
| M11 |
Gets or sets the M11 coefficient.
|
|
| M12 |
Gets or sets the M12 coefficient.
|
|
| M21 |
Gets or sets the M21 coefficient.
|
|
| M22 |
Gets or sets the M22 coefficient.
|
|
| OffsetX |
Gets or sets the OffsetX coefficient.
|
|
| OffsetY |
Gets or sets the OffsetY coefficient.
|
| Name | Description | |
|---|---|---|
| Append |
Appends the specified transformation to this
transformation.
|
|
| Clone |
Returns a new copy of this
transformation.
|
|
| Equals |
Determines whether the specified Object is a
transformation identical to this transformation.
(Overrides ObjectEquals(Object).) |
|
| GetHashCode |
Returns the hash code for this
transformation.
(Overrides ObjectGetHashCode.) |
|
| Invert |
Inverts this transformation.
|
|
| NewIdentity |
Returns a new identity transformation.
|
|
| Prepend |
Prepends the specified transformation to this
transformation.
|
|
| Rotate |
Appends the specified rotation to this
transformation.
|
|
| RotatePrepend |
Prepends the specified rotation to this
transformation.
|
|
| Scale |
Appends the specified scaling to this
transformation.
|
|
| ScalePrepend |
Prepends the specified scaling to this
transformation.
|
|
| SetIdentity |
Changes this transformation to identity.
|
|
| Shear |
Appends the specified shear to this
transformation.
|
|
| ShearPrepend |
Prepends the specified shear to this
transformation.
|
|
| Skew |
Appends the specified skew to this
transformation.
|
|
| SkewPrepend |
Prepends the specified skew to this
transformation.
|
|
| ToString |
Returns a string representation of this
transformation.
(Overrides ObjectToString.) |
|
| TransformPoint |
Transforms the specified point and returns the
result.
|
|
| TransformPoints |
Transforms the specified points
in-place.
|
|
| TransformVector |
Transforms the specified point without
translation and returns the result.
|
|
| TransformVectors |
Transforms the specified points in-place
without translation.
|
|
| Translate |
Appends the specified translation to this
transformation.
|
|
| TranslatePrepend |
Prepends the specified translation to this
transformation.
|