Click or drag to resize

MatrixIHandler Interface

Handler interface for the IMatrix

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : IMatrix, 
	IControlObjectSource, IDisposable

The MatrixIHandler type exposes the following members.

Methods
  NameDescription
Public methodCreate
Creates a new identiy matrix
Public methodCreate(Single, Single, Single, Single, Single, Single)
Creates a new matrix with the specified components
Top
Extension Methods
  NameDescription
Public Extension MethodAppend
Append the specified matrices to the matrix
(Defined by Matrix.)
Public Extension MethodGetScale
Returns the scale coordinates Xx and Yy of the matrix as a PointF.
(Defined by Matrix.)
Public Extension MethodInverse
Creates an inverted copy of the specified matrix.
(Defined by Matrix.)
Public Extension MethodPrepend
Prepends the specified matrices to the matrix
(Defined by Matrix.)
Public Extension MethodRotateAt
Prepend a rotation around the specified point to the matrix
(Defined by Matrix.)
Public Extension MethodScale(Single)Overloaded.
Prepend a scale to the matrix from the origin (0, 0)
(Defined by Matrix.)
Public Extension MethodScale(SizeF)Overloaded.
Prepend a scale to the matrix from the origin (0, 0)
(Defined by Matrix.)
Public Extension MethodScaleAt(Single, PointF)Overloaded.
Prepend a scale to the matrix from the specified point
(Defined by Matrix.)
Public Extension MethodScaleAt(SizeF, PointF)Overloaded.
Prepend a scale to the matrix from the specified point
(Defined by Matrix.)
Public Extension MethodScaleAt(Single, Single, Single)Overloaded.
Prepend a scale to the matrix from the specified point
(Defined by Matrix.)
Public Extension MethodTransformRectangle
Transforms the rectangle with the current matrix.
(Defined by Matrix.)
Public Extension MethodTransformSize
Transforms the size with the current matrix.
(Defined by Matrix.)
Public Extension MethodTranslate(PointF)Overloaded.
Prepend a translation to the matrix
(Defined by Matrix.)
Public Extension MethodTranslate(SizeF)Overloaded.
Prepend a translation to the matrix
(Defined by Matrix.)
Top
See Also