Namespace: BitMiracle.Docotic.Pdf
public struct PdfMatrix : IEquatable<PdfMatrix>
Public Structure PdfMatrix Implements IEquatable(Of PdfMatrix)
The PdfMatrix type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfMatrix |
Initializes a new instance of the PdfMatrix structure.
|
Name | Description | |
---|---|---|
![]() | Determinant |
Gets the determinant of this PdfMatrix structure.
|
![]() | IsInvertible |
Gets a value indicating whether this PdfMatrix structure is invertible.
|
![]() | M11 |
Gets or sets the value of the first row and first column of this
PdfMatrix structure.
|
![]() | M12 |
Gets or sets the value of the first row and second column of this
PdfMatrix structure.
|
![]() | M21 |
Gets or sets the value of the second row and first column of this
PdfMatrix structure.
|
![]() | M22 |
Gets or sets the value of the second row and second column of this
PdfMatrix structure.
|
![]() | OffsetX |
Gets or sets the value of the third row and first column of this
PdfMatrix structure.
|
![]() | OffsetY |
Gets or sets the value of the third row and second column of this
PdfMatrix structure.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the specified Object is equal to this
PdfMatrix.
(Overrides ValueType.Equals(Object).) |
![]() | Equals(PdfMatrix) |
Tests whether this and the other matrices have same properties.
|
![]() | GetHashCode |
Returns the hash code for this PdfMatrix structure.
(Overrides ValueType.GetHashCode().) |
![]() | GetType | (Inherited from Object.) |
![]() | Invert |
Inverts this PdfMatrix structure.
|
![]() | IsIdentity |
Gets a value that indicates whether this PdfMatrix structure is an
identity matrix.
|
![]() ![]() | Multiply |
Multiplies a PdfMatrix structure by another PdfMatrix
structure.
|
![]() | ToString() |
Converts this PdfMatrix to a human readable string with culture-specific
formatting information.
(Overrides ValueType.ToString().) |
![]() | ToString(IFormatProvider) |
Converts this PdfMatrix to a human readable string.
|
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Determines whether the two specified PdfMatrix structures are identical.
|
![]() ![]() | Inequality |
Determines whether the two specified PdfMatrix structures are not identical.
|
![]() ![]() | Multiply |
Multiplies a PdfMatrix structure by another PdfMatrix
structure.
|
Name | Description | |
---|---|---|
![]() ![]() | Identity |
Gets an identity PdfMatrix.
|