In This Topic ▼

LeadMatrix Class Members

Summary

The following tables list the members exposed by LeadMatrix.

Public Constructors

Name Description
Public Constructor
static  | Shared in VB</div>
LeadMatrix Initializes a new instance of LeadMatrix

Public Methods

Name Description
Public Method
append Appends the specified LeadMatrix to this LeadMatrix.
Public Method clone Creates an exact copy of this LeadMatrix.
Public Method static  | Shared in VB create Creates a new LeadMatrix with the specified values.
Public Method static  | Shared in VB equals Compares two LeadMatrix objects to determine whether they contain the same coordinates.
Public Method static  | Shared in VB fromJSON Converts a JSON-compatible dictionary object to a new LeadMatrix instance.
Public Method invert Inverts this LeadMatrix.
Public Method static  | Shared in VB multiply Multiplies a LeadMatrix by another LeadMatrix.
Public Method prepend Prepends the specified LeadMatrix onto this LeadMatrix.
Public Method rotate Applies a rotation of the specified angle about the origin of this LeadMatrix.
Public Method rotateAt Rotates this matrix about the specified point.
Public Method rotateAtPrepend Prepends a rotation of the specified angle at the specified point to this LeadMatrix.
Public Method rotatePrepend Prepends a rotation of the specified angle to this LeadMatrix.
Public Method scale Appends the specified scale vector to this LeadMatrix.
Public Method scaleAt Scales this LeadMatrix by the specified amount about the specified point.
Public Method scaleAtPrepend Prepends the specified scale about the specified point of this LeadMatrix.
Public Method scalePrepend Prepends the specified scale vector to this LeadMatrix.
Public Method setIdentity Changes this LeadMatrix into an identity matrix.
Public Method skew Appends a skew of the specified degrees in the x and y dimensions to this LeadMatrix.
Public Method skewPrepend Prepends a skew of the specified degrees in the x and y dimensions to this LeadMatrix.
Public Method toJSON Converts this LeadMatrix to a JSON-compatible dictionary object.
Public Method toString Converts this LeadMatrix to a human-readable string.
Public Method transformPoint Transforms the specified point by the LeadMatrix and returns the result.
Public Method transformPoints Transforms the specified points by this LeadMatrix.
Public Method transformRect Transforms the specified rect by the LeadMatrix and returns the result.
Public Method transformVector Transforms the specified vector point by the LeadMatrix and returns the result.
Public Method translate Appends a translation of the specified offsets to this LeadMatrix.
Public Method translatePrepend Prepends a translation of the specified offsets to this LeadMatrix.

Public Properties

Name Description
Public Property
determinant Gets the determinant of this LeadMatrix.
Public Property hasInverse Gets a value that indicates whether this LeadMatrix is invertible.
Public Property identity Gets an identity LeadMatrix.
Public Property isIdentity Gets a value that indicates whether this LeadMatrix is an identity matrix.
Public Property m11 Gets or sets the value of the first row and first column of this LeadMatrix.
Public Property m12 Gets or sets the value of the first row and second column of this LeadMatrix.
Public Property m21 Gets or sets the value of the second row and first column of this LeadMatrix.
Public Property m22 Gets or sets the value of the second row and second column of this LeadMatrix.
Public Property offsetX Gets or sets the value of the third row and first column of this LeadMatrix.
Public Property offsetY Gets or sets the value of the third row and first column of this LeadMatrix.

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly