SVGMatrix Class |
Namespace: Aspose.Html.Dom.Svg.DataTypes
The SVGMatrix type exposes the following members.
Name | Description | |
---|---|---|
![]() | A |
The A component of the matrix.
|
![]() | B |
The B component of the matrix.
|
![]() | C |
The C component of the matrix.
|
![]() | D |
The D component of the matrix.
|
![]() | E |
The E component of the matrix.
|
![]() | F |
The F component of the matrix.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGValueType.) |
![]() | Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGValueType.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Multiply |
Performs matrix multiplication. This matrix is post-multiplied by another matrix, returning the resulting new matrix.
|
![]() | Rotate |
Post-multiplies a rotation transformation on the current matrix and returns the resulting matrix.
|
![]() | Scale |
Post-multiplies a uniform scale transformation on the current matrix and returns the resulting matrix.
|
![]() | ScaleNonUniform |
Post-multiplies a non-uniform scale transformation on the current matrix and returns the resulting matrix.
|
![]() | SkewX |
Post-multiplies a skewX transformation on the current matrix and returns the resulting matrix.
|
![]() | SkewY |
Post-multiplies a skewY transformation on the current matrix and returns the resulting matrix.
|
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
![]() | Translate |
Post-multiplies a translation transformation on the current matrix and returns the resulting matrix.
|