Click or drag to resize

Matrix  Conversion (Matrix to Matrix)

Converts a System.Drawing.Drawing2D.Matrix in an Easymap.AddIn.Common.Graphics.Matrix

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public static implicit operator Matrix (
	Matrix m
)

Parameters

m
Type: System.Drawing.Drawing2DMatrix

Return Value

Type: Matrix
See Also