'Declaration
Overloads Public Operator Narrowing CType( _ ByVal value As TransformMatrix _ ) As Matrix
public Matrix operator explicit( TransformMatrix value )
Parameters
- value
- A TransformMatrix value that will be convert to a System.Drawing.Drawing2D.Matrix object.
Return Value
A System.Drawing.Drawing2D.Matrix object indicates the converted object.