[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.TransformMatrix.op_Explicit

explicit operator Operator

explicit operator Matrix(TransformMatrix)

Explicit convert a TransformMatrix object to a System.Drawing.Drawing2D.Matrix object.

Declaration
public static explicit operator Matrix(TransformMatrix value)
Parameters
Type Name Description
TransformMatrix value

A TransformMatrix value that will be convert to a Matrix object.

Returns
Type Description
Matrix

A Matrix object indicates the converted object.

explicit operator TransformMatrix(Matrix)

Explicit convert a System.Drawing.Drawing2D.Matrix object to a TransformMatrix object.

Declaration
public static explicit operator TransformMatrix(Matrix value)
Parameters
Type Name Description
Matrix value

A Matrix object that will be convert to a TransformMatrix object.

Returns
Type Description
TransformMatrix

A Matrix value indicates the converted object.