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: 12.0.0.0
Syntax
public static implicit operator Matrix (
	Matrix m
)

Parameters

m
Type: System.Drawing.Drawing2DMatrix

Return Value

Type: Matrix
See Also